LOD-KCAP2011-Statistics-Paths-jpeel

From STLab

Jump to: navigation, search

SPARQL query

Endpoint: http://wit.istc.cnr.it:8893/sparql

PREFIX laprop: <http://www.ontologydesignpatterns.org/ont/lod-analysis-properties.owl#>
PREFIX lapath: <http://www.ontologydesignpatterns.org/ont/lod-analysis-path.owl#>
PREFIX ladata: <http://www.ontologydesignpatterns.org/ont/lod-analysis-properties-data.owl#>

SELECT DISTINCT ?Length ?nrOccurrences ?pathURI ?pathElement
FROM <lod_stats>
WHERE {
	?pathURI a lapath:Path .
	?pathURI lapath:hasLength ?Length .
	?pathURI lapath:hasPathElement ?pathElement .
	?pathocc lapath:hasPath ?pathURI .
	?pathocc lapath:hasNumberOfOccurrences ?nrOccurrences .
	?pathocc lapath:inDataset ladata:JohnPeel_DBTune .

}
ORDER BY ?Length ?nrOccurrences ?pathURI ?pathElement
LIMIT 10000

Prefixes

PREFIX path: <http://www.ontologydesignpatterns.org/ont/lod-analysis-properties-data.owl#>
PREFIX mo: <http://purl.org/ontology/mo/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xml: <http://www.w3.org/2001/XMLSchema#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX tags: <http://www.holygoat.co.uk/owl/redwood/0.1/tags/>
PREFIX dul: <http://www.loa-cnr.it/ontologies/DUL.owl#>
PREFIX fb: <http://rdf.freebase.com/ns/>
PREFIX dbprop: <http://dbpedia.org/property/>
PREFIX dbpedia-owl: <http://dbpedia.org/ontology/>
PREFIX linkedmdb: <http://data.linkedmdb.org/resource/movie/>
PREFIX timeline: <http://purl.org/NET/c4dm/timeline.owl#>
PREFIX event: <http://purl.org/NET/c4dm/event.owl#>
PREFIX fb: <<http://rdf.freebase.com/ns/>

Statistics

Length nrOccurrences Properties Types pathURI pathElement Content Pattern Comments
1 27 event:sub_event rdfs:Resource, mo:Performance path:path[rdfs:Resource,event:sub_event,mo:Performance] path:pe1[rdfs:Resource,event:sub_event,mo:Performance]
1 50 owl:sameAs mo:Track, mo:Track path:path[mo:Track,owl:sameAs,mo:Track] path:pe1[mo:Track,owl:sameAs,mo:Track]
1 69 owl:sameAs rdfs:Resource, mo:Signal path:path[rdfs:Resource,owl:sameAs,mo:Signal] path:pe1[rdfs:Resource,owl:sameAs,mo:Signal]
1 76 owl:sameAs mo:Signal, mo:Signal path:path[mo:Signal,owl:sameAs,mo:Signal] path:pe1[mo:Signal,owl:sameAs,mo:Signal]
1 115 mo:biography mo:MusicArtist, rdfs:Literal path:path[mo:MusicArtist,mo:biography,rdfs:Literal] path:pe1[mo:MusicArtist,mo:biography,rdfs:Literal]
1 135 owl:sameAs rdfs:Resource, rdfs:Literal path:path[rdfs:Resource,owl:sameAs,rdfs:Literal] path:pe1[rdfs:Resource,owl:sameAs,rdfs:Literal]
1 150 owl:sameAs mo:Signal, rdfs:Literal path:path[mo:Signal,owl:sameAs,rdfs:Literal] path:pe1[mo:Signal,owl:sameAs,rdfs:Literal]
1 380 owl:sameAs mo:Track, rdfs:Literal path:path[mo:Track,owl:sameAs,rdfs:Literal] path:pe1[mo:Track,owl:sameAs,rdfs:Literal]
1 449 rdfs:label foaf:Person, rdfs:Literal path:path[foaf:Person,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,rdfs:label,rdfs:Literal]
1 689 mo:isrc mo:Signal, rdfs:Literal path:path[mo:Signal,mo:isrc,rdfs:Literal] path:pe1[mo:Signal,mo:isrc,rdfs:Literal]
1 1,126 mo:recorded_as mo:Performance, mo:Signal path:path[mo:Performance,mo:recorded_as,mo:Signal] path:pe1[mo:Performance,mo:recorded_as,mo:Signal]
1 1,502 mo:chart_position mo:Track, rdfs:Literal path:path[mo:Track,mo:chart_position,rdfs:Literal] path:pe1[mo:Track,mo:chart_position,rdfs:Literal]
1 1,522 dc:created mo:Track, rdfs:Literal path:path[mo:Track,dc:created,rdfs:Literal] path:pe1[mo:Track,dc:created,rdfs:Literal]
1 1,811 mo:published_as mo:Signal, mo:Track path:path[mo:Signal,mo:published_as,mo:Track] path:pe1[mo:Signal,mo:published_as,mo:Track]
1 2,274 foaf:name mo:MusicArtist, rdfs:Literal path:path[mo:MusicArtist,foaf:name,rdfs:Literal] path:pe1[mo:MusicArtist,foaf:name,rdfs:Literal]
1 2,274 rdfs:label mo:MusicArtist, rdfs:Literal path:path[mo:MusicArtist,rdfs:label,rdfs:Literal] path:pe1[mo:MusicArtist,rdfs:label,rdfs:Literal]
1 2,447 dc:title mo:Track, rdfs:Literal path:path[mo:Track,dc:title,rdfs:Literal] path:pe1[mo:Track,dc:title,rdfs:Literal]
1 2,447 rdfs:label mo:Track, rdfs:Literal path:path[mo:Track,rdfs:label,rdfs:Literal] path:pe1[mo:Track,rdfs:label,rdfs:Literal]
1 3,640 mo:produced foaf:Person, mo:Recording path:path[foaf:Person,mo:produced,mo:Recording] path:pe1[foaf:Person,mo:produced,mo:Recording]
1 3,640 mo:producer mo:Recording, foaf:Person path:path[mo:Recording,mo:producer,foaf:Person] path:pe1[mo:Recording,mo:producer,foaf:Person]
1 3,801 mo:engineered foaf:Person, mo:Recording path:path[foaf:Person,mo:engineered,mo:Recording] path:pe1[foaf:Person,mo:engineered,mo:Recording]
1 3,801 mo:engineer mo:Recording, foaf:Person path:path[mo:Recording,mo:engineer,foaf:Person] path:pe1[mo:Recording,mo:engineer,foaf:Person]
1 3,976 mo:performed mo:MusicArtist, mo:Performance path:path[mo:MusicArtist,mo:performed,mo:Performance] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
1 3,976 event:place mo:Performance, rdfs:Literal path:path[mo:Performance,event:place,rdfs:Literal] path:pe1[mo:Performance,event:place,rdfs:Literal]
1 3,976 mo:performer mo:Performance, mo:MusicArtist path:path[mo:Performance,mo:performer,mo:MusicArtist] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
1 3,976 mo:produced_sound mo:Performance, mo:Sound path:path[mo:Performance,mo:produced_sound,mo:Sound] path:pe1[mo:Performance,mo:produced_sound,mo:Sound]
1 3,976 rdfs:label mo:Performance, rdfs:Literal path:path[mo:Performance,rdfs:label,rdfs:Literal] path:pe1[mo:Performance,rdfs:label,rdfs:Literal]
1 3,976 event:place mo:Recording, rdfs:Literal path:path[mo:Recording,event:place,rdfs:Literal] path:pe1[mo:Recording,event:place,rdfs:Literal]
1 3,976 mo:produced_signal mo:Recording, mo:Signal path:path[mo:Recording,mo:produced_signal,mo:Signal] path:pe1[mo:Recording,mo:produced_signal,mo:Signal]
1 3,976 mo:recording_of mo:Recording, mo:Sound path:path[mo:Recording,mo:recording_of,mo:Sound] path:pe1[mo:Recording,mo:recording_of,mo:Sound]
1 3,976 rdfs:label mo:Recording, rdfs:Literal path:path[mo:Recording,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,rdfs:label,rdfs:Literal]
1 3,976 event:time mo:Transmission, rdfs:Literal path:path[mo:Transmission,event:time,rdfs:Literal] path:pe1[mo:Transmission,event:time,rdfs:Literal]
1 3,976 rdfs:label mo:Transmission, rdfs:Literal path:path[mo:Transmission,rdfs:label,rdfs:Literal] path:pe1[mo:Transmission,rdfs:label,rdfs:Literal]
1 5,787 rdfs:label mo:Signal, rdfs:Literal path:path[mo:Signal,rdfs:label,rdfs:Literal] path:pe1[mo:Signal,rdfs:label,rdfs:Literal]
1 7,888 mo:performed foaf:Person, mo:Performance path:path[foaf:Person,mo:performed,mo:Performance] path:pe1[foaf:Person,mo:performed,mo:Performance]
1 7,888 mo:performer mo:Performance, foaf:Person path:path[mo:Performance,mo:performer,foaf:Person] path:pe1[mo:Performance,mo:performer,foaf:Person]
1 8,337 foaf:name foaf:Person, rdfs:Literal path:path[foaf:Person,foaf:name,rdfs:Literal] path:pe1[foaf:Person,foaf:name,rdfs:Literal]
1 8,926 mo:instrument mo:Performance, rdfs:Literal path:path[mo:Performance,mo:instrument,rdfs:Literal] path:pe1[mo:Performance,mo:instrument,rdfs:Literal]
1 16,767 dc:title mo:MusicalWork, rdfs:Literal path:path[mo:MusicalWork,dc:title,rdfs:Literal] path:pe1[mo:MusicalWork,dc:title,rdfs:Literal]
1 16,767 rdfs:label mo:MusicalWork, rdfs:Literal path:path[mo:MusicalWork,rdfs:label,rdfs:Literal] path:pe1[mo:MusicalWork,rdfs:label,rdfs:Literal]
1 16,767 mo:performance_of mo:Performance, mo:MusicalWork path:path[mo:Performance,mo:performance_of,mo:MusicalWork] path:pe1[mo:Performance,mo:performance_of,mo:MusicalWork]
1 30,035 event:sub_event mo:Performance, mo:Performance path:path[mo:Performance,event:sub_event,mo:Performance] path:pe1[mo:Performance,event:sub_event,mo:Performance]
2 12 event:sub_event, mo:performance_of rdfs:Resource, mo:Performance, mo:MusicalWork path:path[rdfs:Resource,event:sub_event,mo:Performance,mo:performance_of,mo:MusicalWork] path:pe1[rdfs:Resource,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performance_of,mo:MusicalWork]
2 15 event:sub_event, mo:performer rdfs:Resource, mo:Performance, foaf:Person path:path[rdfs:Resource,event:sub_event,mo:Performance,mo:performer,foaf:Person] path:pe1[rdfs:Resource,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
2 19 event:sub_event, mo:instrument rdfs:Resource, mo:Performance, rdfs:Literal path:path[rdfs:Resource,event:sub_event,mo:Performance,mo:instrument,rdfs:Literal] path:pe1[rdfs:Resource,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:instrument,rdfs:Literal]
2 22 owl:sameAs, mo:published_as rdfs:Resource, mo:Signal, mo:Track path:path[rdfs:Resource,owl:sameAs,mo:Signal,mo:published_as,mo:Track] path:pe1[rdfs:Resource,owl:sameAs,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
2 28 mo:published_as, owl:sameAs mo:Signal, mo:Track, mo:Track path:path[mo:Signal,mo:published_as,mo:Track,owl:sameAs,mo:Track] path:pe1[mo:Signal,mo:published_as,mo:Track]
path:pe2[mo:Track,owl:sameAs,mo:Track]
2 28 owl:sameAs, mo:published_as mo:Signal, mo:Signal, mo:Track path:path[mo:Signal,owl:sameAs,mo:Signal,mo:published_as,mo:Track] path:pe1[mo:Signal,owl:sameAs,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
2 50 owl:sameAs, dc:title mo:Track, mo:Track, rdfs:Literal path:path[mo:Track,owl:sameAs,mo:Track,dc:title,rdfs:Literal] path:pe1[mo:Track,owl:sameAs,mo:Track]
path:pe2[mo:Track,dc:title,rdfs:Literal]
2 50 owl:sameAs, rdfs:label mo:Track, mo:Track, rdfs:Literal path:path[mo:Track,owl:sameAs,mo:Track,rdfs:label,rdfs:Literal] path:pe1[mo:Track,owl:sameAs,mo:Track]
path:pe2[mo:Track,rdfs:label,rdfs:Literal]
2 73 owl:sameAs, rdfs:label rdfs:Resource, mo:Signal, rdfs:Literal path:path[rdfs:Resource,owl:sameAs,mo:Signal,rdfs:label,rdfs:Literal] path:pe1[rdfs:Resource,owl:sameAs,mo:Signal]
path:pe2[mo:Signal,rdfs:label,rdfs:Literal]
2 81 owl:sameAs, rdfs:label mo:Signal, mo:Signal, rdfs:Literal path:path[mo:Signal,owl:sameAs,mo:Signal,rdfs:label,rdfs:Literal] path:pe1[mo:Signal,owl:sameAs,mo:Signal]
path:pe2[mo:Signal,rdfs:label,rdfs:Literal]
2 125 mo:produced_signal, mo:published_as mo:Recording, mo:Signal, mo:Track path:path[mo:Recording,mo:produced_signal,mo:Signal,mo:published_as,mo:Track] path:pe1[mo:Recording,mo:produced_signal,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
2 198 mo:published_as, owl:sameAs mo:Signal, mo:Track, rdfs:Literal path:path[mo:Signal,mo:published_as,mo:Track,owl:sameAs,rdfs:Literal] path:pe1[mo:Signal,mo:published_as,mo:Track]
path:pe2[mo:Track,owl:sameAs,rdfs:Literal]
2 487 mo:performer, mo:biography mo:Performance, mo:MusicArtist, rdfs:Literal path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:biography,rdfs:Literal] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:biography,rdfs:Literal]
2 835 mo:published_as, mo:chart_position mo:Signal, mo:Track, rdfs:Literal path:path[mo:Signal,mo:published_as,mo:Track,mo:chart_position,rdfs:Literal] path:pe1[mo:Signal,mo:published_as,mo:Track]
path:pe2[mo:Track,mo:chart_position,rdfs:Literal]
2 853 mo:published_as, dc:created mo:Signal, mo:Track, rdfs:Literal path:path[mo:Signal,mo:published_as,mo:Track,dc:created,rdfs:Literal] path:pe1[mo:Signal,mo:published_as,mo:Track]
path:pe2[mo:Track,dc:created,rdfs:Literal]
2 1,126 event:sub_event, mo:recorded_as mo:Performance, mo:Performance, mo:Signal path:path[mo:Performance,event:sub_event,mo:Performance,mo:recorded_as,mo:Signal] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:recorded_as,mo:Signal]
2 1,126 mo:recorded_as, mo:published_as mo:Performance, mo:Signal, mo:Track path:path[mo:Performance,mo:recorded_as,mo:Signal,mo:published_as,mo:Track] path:pe1[mo:Performance,mo:recorded_as,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
2 1,251 mo:recorded_as, rdfs:label mo:Performance, mo:Signal, rdfs:Literal path:path[mo:Performance,mo:recorded_as,mo:Signal,rdfs:label,rdfs:Literal] path:pe1[mo:Performance,mo:recorded_as,mo:Signal]
path:pe2[mo:Signal,rdfs:label,rdfs:Literal]
2 1,811 mo:published_as, dc:title mo:Signal, mo:Track, rdfs:Literal path:path[mo:Signal,mo:published_as,mo:Track,dc:title,rdfs:Literal] path:pe1[mo:Signal,mo:published_as,mo:Track]
path:pe2[mo:Track,dc:title,rdfs:Literal]
2 1,811 mo:published_as, rdfs:label mo:Signal, mo:Track, rdfs:Literal path:path[mo:Signal,mo:published_as,mo:Track,rdfs:label,rdfs:Literal] path:pe1[mo:Signal,mo:published_as,mo:Track]
path:pe2[mo:Track,rdfs:label,rdfs:Literal]
2 3,640 mo:produced, event:place foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,event:place,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,event:place,rdfs:Literal]
2 3,640 mo:produced, mo:produced_signal foaf:Person, mo:Recording, mo:Signal path:path[foaf:Person,mo:produced,mo:Recording,mo:produced_signal,mo:Signal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:produced_signal,mo:Signal]
2 3,640 mo:produced, mo:producer foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
2 3,640 mo:produced, mo:recording_of foaf:Person, mo:Recording, mo:Sound path:path[foaf:Person,mo:produced,mo:Recording,mo:recording_of,mo:Sound] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:recording_of,mo:Sound]
2 3,640 mo:produced, rdfs:label foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,rdfs:label,rdfs:Literal]
2 3,640 mo:producer, foaf:name mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:producer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,foaf:name,rdfs:Literal]
2 3,640 mo:producer, rdfs:label mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:producer,foaf:Person,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,rdfs:label,rdfs:Literal]
2 3,771 mo:engineered, mo:producer foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
2 3,771 mo:produced, mo:engineer foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
2 3,801 mo:engineered, event:place foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,event:place,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,event:place,rdfs:Literal]
2 3,801 mo:engineered, mo:produced_signal foaf:Person, mo:Recording, mo:Signal path:path[foaf:Person,mo:engineered,mo:Recording,mo:produced_signal,mo:Signal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:produced_signal,mo:Signal]
2 3,801 mo:engineered, mo:recording_of foaf:Person, mo:Recording, mo:Sound path:path[foaf:Person,mo:engineered,mo:Recording,mo:recording_of,mo:Sound] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:recording_of,mo:Sound]
2 3,801 mo:engineered, rdfs:label foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,rdfs:label,rdfs:Literal]
2 3,801 mo:engineer, foaf:name mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:engineer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,foaf:name,rdfs:Literal]
2 3,801 mo:engineer, rdfs:label mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:engineer,foaf:Person,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,rdfs:label,rdfs:Literal]
2 3,976 mo:performed, event:place mo:MusicArtist, mo:Performance, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,event:place,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:place,rdfs:Literal]
2 3,976 mo:performed, mo:performer mo:MusicArtist, mo:Performance, mo:MusicArtist path:path[mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,mo:MusicArtist]
2 3,976 mo:performed, mo:produced_sound mo:MusicArtist, mo:Performance, mo:Sound path:path[mo:MusicArtist,mo:performed,mo:Performance,mo:produced_sound,mo:Sound] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:produced_sound,mo:Sound]
2 3,976 mo:performed, rdfs:label mo:MusicArtist, mo:Performance, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,rdfs:label,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,rdfs:label,rdfs:Literal]
2 3,976 mo:performer, foaf:name mo:Performance, mo:MusicArtist, rdfs:Literal path:path[mo:Performance,mo:performer,mo:MusicArtist,foaf:name,rdfs:Literal] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,foaf:name,rdfs:Literal]
2 3,976 mo:performer, rdfs:label mo:Performance, mo:MusicArtist, rdfs:Literal path:path[mo:Performance,mo:performer,mo:MusicArtist,rdfs:label,rdfs:Literal] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,rdfs:label,rdfs:Literal]
2 4,101 mo:produced_signal, rdfs:label mo:Recording, mo:Signal, rdfs:Literal path:path[mo:Recording,mo:produced_signal,mo:Signal,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:produced_signal,mo:Signal]
path:pe2[mo:Signal,rdfs:label,rdfs:Literal]
2 4,521 mo:engineered, mo:engineer foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
2 7,888 mo:performed, mo:performer foaf:Person, mo:Performance, foaf:Person path:path[foaf:Person,mo:performed,mo:Performance,mo:performer,foaf:Person] path:pe1[foaf:Person,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
2 7,888 mo:performer, foaf:name mo:Performance, foaf:Person, rdfs:Literal path:path[mo:Performance,mo:performer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[mo:Performance,mo:performer,foaf:Person]
path:pe2[foaf:Person,foaf:name,rdfs:Literal]
2 7,888 mo:performer, mo:performed mo:Performance, foaf:Person, mo:Performance path:path[mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance] path:pe1[mo:Performance,mo:performer,foaf:Person]
path:pe2[foaf:Person,mo:performed,mo:Performance]
2 8,926 mo:performed, mo:instrument foaf:Person, mo:Performance, rdfs:Literal path:path[foaf:Person,mo:performed,mo:Performance,mo:instrument,rdfs:Literal] path:pe1[foaf:Person,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:instrument,rdfs:Literal]
2 13,280 event:sub_event, mo:performer mo:Performance, mo:Performance, foaf:Person path:path[mo:Performance,event:sub_event,mo:Performance,mo:performer,foaf:Person] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
2 13,386 mo:performer, mo:performed mo:Performance, mo:MusicArtist, mo:Performance path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
2 16,755 event:sub_event, mo:performance_of mo:Performance, mo:Performance, mo:MusicalWork path:path[mo:Performance,event:sub_event,mo:Performance,mo:performance_of,mo:MusicalWork] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performance_of,mo:MusicalWork]
2 16,767 mo:performance_of, dc:title mo:Performance, mo:MusicalWork, rdfs:Literal path:path[mo:Performance,mo:performance_of,mo:MusicalWork,dc:title,rdfs:Literal] path:pe1[mo:Performance,mo:performance_of,mo:MusicalWork]
path:pe2[mo:MusicalWork,dc:title,rdfs:Literal]
2 16,767 mo:performance_of, rdfs:label mo:Performance, mo:MusicalWork, rdfs:Literal path:path[mo:Performance,mo:performance_of,mo:MusicalWork,rdfs:label,rdfs:Literal] path:pe1[mo:Performance,mo:performance_of,mo:MusicalWork]
path:pe2[mo:MusicalWork,rdfs:label,rdfs:Literal]
2 17,687 event:sub_event, mo:instrument mo:Performance, mo:Performance, rdfs:Literal path:path[mo:Performance,event:sub_event,mo:Performance,mo:instrument,rdfs:Literal] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:instrument,rdfs:Literal]
2 30,035 mo:performed, event:sub_event mo:MusicArtist, mo:Performance, mo:Performance path:path[mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:sub_event,mo:Performance]
2 720,485 mo:engineer, mo:engineered mo:Recording, foaf:Person, mo:Recording path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
2 972,940 mo:producer, mo:produced mo:Recording, foaf:Person, mo:Recording path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
3 12 event:sub_event, mo:performance_of, dc:title rdfs:Resource, mo:Performance, mo:MusicalWork, rdfs:Literal path:path[rdfs:Resource,event:sub_event,mo:Performance,mo:performance_of,mo:MusicalWork,dc:title,rdfs:Literal] path:pe1[rdfs:Resource,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performance_of,mo:MusicalWork]
path:pe3[mo:MusicalWork,dc:title,rdfs:Literal]
3 12 event:sub_event, mo:performance_of, rdfs:label rdfs:Resource, mo:Performance, mo:MusicalWork, rdfs:Literal path:path[rdfs:Resource,event:sub_event,mo:Performance,mo:performance_of,mo:MusicalWork,rdfs:label,rdfs:Literal] path:pe1[rdfs:Resource,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performance_of,mo:MusicalWork]
path:pe3[mo:MusicalWork,rdfs:label,rdfs:Literal]
3 15 event:sub_event, mo:performer, foaf:name rdfs:Resource, mo:Performance, foaf:Person, rdfs:Literal path:path[rdfs:Resource,event:sub_event,mo:Performance,mo:performer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[rdfs:Resource,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,foaf:name,rdfs:Literal]
3 15 event:sub_event, mo:performer, mo:performed rdfs:Resource, mo:Performance, foaf:Person, mo:Performance path:path[rdfs:Resource,event:sub_event,mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance] path:pe1[rdfs:Resource,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,mo:performed,mo:Performance]
3 22 owl:sameAs, mo:published_as, dc:title rdfs:Resource, mo:Signal, mo:Track, rdfs:Literal path:path[rdfs:Resource,owl:sameAs,mo:Signal,mo:published_as,mo:Track,dc:title,rdfs:Literal] path:pe1[rdfs:Resource,owl:sameAs,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
path:pe3[mo:Track,dc:title,rdfs:Literal]
3 22 owl:sameAs, mo:published_as, rdfs:label rdfs:Resource, mo:Signal, mo:Track, rdfs:Literal path:path[rdfs:Resource,owl:sameAs,mo:Signal,mo:published_as,mo:Track,rdfs:label,rdfs:Literal] path:pe1[rdfs:Resource,owl:sameAs,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
path:pe3[mo:Track,rdfs:label,rdfs:Literal]
3 28 mo:published_as, owl:sameAs, dc:title mo:Signal, mo:Track, mo:Track, rdfs:Literal path:path[mo:Signal,mo:published_as,mo:Track,owl:sameAs,mo:Track,dc:title,rdfs:Literal] path:pe1[mo:Signal,mo:published_as,mo:Track]
path:pe2[mo:Track,owl:sameAs,mo:Track]
path:pe3[mo:Track,dc:title,rdfs:Literal]
3 28 mo:published_as, owl:sameAs, rdfs:label mo:Signal, mo:Track, mo:Track, rdfs:Literal path:path[mo:Signal,mo:published_as,mo:Track,owl:sameAs,mo:Track,rdfs:label,rdfs:Literal] path:pe1[mo:Signal,mo:published_as,mo:Track]
path:pe2[mo:Track,owl:sameAs,mo:Track]
path:pe3[mo:Track,rdfs:label,rdfs:Literal]
3 28 owl:sameAs, mo:published_as, dc:title mo:Signal, mo:Signal, mo:Track, rdfs:Literal path:path[mo:Signal,owl:sameAs,mo:Signal,mo:published_as,mo:Track,dc:title,rdfs:Literal] path:pe1[mo:Signal,owl:sameAs,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
path:pe3[mo:Track,dc:title,rdfs:Literal]
3 28 owl:sameAs, mo:published_as, rdfs:label mo:Signal, mo:Signal, mo:Track, rdfs:Literal path:path[mo:Signal,owl:sameAs,mo:Signal,mo:published_as,mo:Track,rdfs:label,rdfs:Literal] path:pe1[mo:Signal,owl:sameAs,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
path:pe3[mo:Track,rdfs:label,rdfs:Literal]
3 116 mo:produced, mo:produced_signal, mo:published_as foaf:Person, mo:Recording, mo:Signal, mo:Track path:path[foaf:Person,mo:produced,mo:Recording,mo:produced_signal,mo:Signal,mo:published_as,mo:Track] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:produced_signal,mo:Signal]
path:pe3[mo:Signal,mo:published_as,mo:Track]
3 120 mo:engineered, mo:produced_signal, mo:published_as foaf:Person, mo:Recording, mo:Signal, mo:Track path:path[foaf:Person,mo:engineered,mo:Recording,mo:produced_signal,mo:Signal,mo:published_as,mo:Track] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:produced_signal,mo:Signal]
path:pe3[mo:Signal,mo:published_as,mo:Track]
3 125 mo:produced_signal, mo:published_as, dc:title mo:Recording, mo:Signal, mo:Track, rdfs:Literal path:path[mo:Recording,mo:produced_signal,mo:Signal,mo:published_as,mo:Track,dc:title,rdfs:Literal] path:pe1[mo:Recording,mo:produced_signal,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
path:pe3[mo:Track,dc:title,rdfs:Literal]
3 125 mo:produced_signal, mo:published_as, rdfs:label mo:Recording, mo:Signal, mo:Track, rdfs:Literal path:path[mo:Recording,mo:produced_signal,mo:Signal,mo:published_as,mo:Track,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:produced_signal,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
path:pe3[mo:Track,rdfs:label,rdfs:Literal]
3 487 mo:performed, mo:performer, mo:biography mo:MusicArtist, mo:Performance, mo:MusicArtist, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,mo:biography,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,mo:MusicArtist]
path:pe3[mo:MusicArtist,mo:biography,rdfs:Literal]
3 1,126 mo:performed, event:sub_event, mo:recorded_as mo:MusicArtist, mo:Performance, mo:Performance, mo:Signal path:path[mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:recorded_as,mo:Signal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:sub_event,mo:Performance]
path:pe3[mo:Performance,mo:recorded_as,mo:Signal]
3 1,126 event:sub_event, mo:recorded_as, mo:published_as mo:Performance, mo:Performance, mo:Signal, mo:Track path:path[mo:Performance,event:sub_event,mo:Performance,mo:recorded_as,mo:Signal,mo:published_as,mo:Track] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:recorded_as,mo:Signal]
path:pe3[mo:Signal,mo:published_as,mo:Track]
3 1,126 mo:recorded_as, mo:published_as, dc:title mo:Performance, mo:Signal, mo:Track, rdfs:Literal path:path[mo:Performance,mo:recorded_as,mo:Signal,mo:published_as,mo:Track,dc:title,rdfs:Literal] path:pe1[mo:Performance,mo:recorded_as,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
path:pe3[mo:Track,dc:title,rdfs:Literal]
3 1,126 mo:recorded_as, mo:published_as, rdfs:label mo:Performance, mo:Signal, mo:Track, rdfs:Literal path:path[mo:Performance,mo:recorded_as,mo:Signal,mo:published_as,mo:Track,rdfs:label,rdfs:Literal] path:pe1[mo:Performance,mo:recorded_as,mo:Signal]
path:pe2[mo:Signal,mo:published_as,mo:Track]
path:pe3[mo:Track,rdfs:label,rdfs:Literal]
3 1,251 event:sub_event, mo:recorded_as, rdfs:label mo:Performance, mo:Performance, mo:Signal, rdfs:Literal path:path[mo:Performance,event:sub_event,mo:Performance,mo:recorded_as,mo:Signal,rdfs:label,rdfs:Literal] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:recorded_as,mo:Signal]
path:pe3[mo:Signal,rdfs:label,rdfs:Literal]
3 3,640 mo:produced, mo:producer, foaf:name foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,foaf:name,rdfs:Literal]
3 3,640 mo:produced, mo:producer, rdfs:label foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,rdfs:label,rdfs:Literal]
3 3,756 mo:produced, mo:produced_signal, rdfs:label foaf:Person, mo:Recording, mo:Signal, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,mo:produced_signal,mo:Signal,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:produced_signal,mo:Signal]
path:pe3[mo:Signal,rdfs:label,rdfs:Literal]
3 3,771 mo:engineered, mo:producer, foaf:name foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,foaf:name,rdfs:Literal]
3 3,771 mo:engineered, mo:producer, rdfs:label foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,rdfs:label,rdfs:Literal]
3 3,771 mo:produced, mo:engineer, foaf:name foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,foaf:name,rdfs:Literal]
3 3,771 mo:produced, mo:engineer, rdfs:label foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,rdfs:label,rdfs:Literal]
3 3,921 mo:engineered, mo:produced_signal, rdfs:label foaf:Person, mo:Recording, mo:Signal, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,mo:produced_signal,mo:Signal,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:produced_signal,mo:Signal]
path:pe3[mo:Signal,rdfs:label,rdfs:Literal]
3 3,976 mo:performed, mo:performer, foaf:name mo:MusicArtist, mo:Performance, mo:MusicArtist, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,foaf:name,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,mo:MusicArtist]
path:pe3[mo:MusicArtist,foaf:name,rdfs:Literal]
3 3,976 mo:performed, mo:performer, rdfs:label mo:MusicArtist, mo:Performance, mo:MusicArtist, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,rdfs:label,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,mo:MusicArtist]
path:pe3[mo:MusicArtist,rdfs:label,rdfs:Literal]
3 4,521 mo:engineered, mo:engineer, foaf:name foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,foaf:name,rdfs:Literal]
3 4,521 mo:engineered, mo:engineer, rdfs:label foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,rdfs:label,rdfs:Literal]
3 7,888 mo:performed, mo:performer, foaf:name foaf:Person, mo:Performance, foaf:Person, rdfs:Literal path:path[foaf:Person,mo:performed,mo:Performance,mo:performer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[foaf:Person,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,foaf:name,rdfs:Literal]
3 7,888 mo:performed, mo:performer, mo:performed foaf:Person, mo:Performance, foaf:Person, mo:Performance path:path[foaf:Person,mo:performed,mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance] path:pe1[foaf:Person,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,mo:performed,mo:Performance]
3 7,888 mo:performer, mo:performed, mo:performer mo:Performance, foaf:Person, mo:Performance, foaf:Person path:path[mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance,mo:performer,foaf:Person] path:pe1[mo:Performance,mo:performer,foaf:Person]
path:pe2[foaf:Person,mo:performed,mo:Performance]
path:pe3[mo:Performance,mo:performer,foaf:Person]
3 8,926 mo:performer, mo:performed, mo:instrument mo:Performance, foaf:Person, mo:Performance, rdfs:Literal path:path[mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance,mo:instrument,rdfs:Literal] path:pe1[mo:Performance,mo:performer,foaf:Person]
path:pe2[foaf:Person,mo:performed,mo:Performance]
path:pe3[mo:Performance,mo:instrument,rdfs:Literal]
3 13,280 mo:performed, event:sub_event, mo:performer mo:MusicArtist, mo:Performance, mo:Performance, foaf:Person path:path[mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:performer,foaf:Person] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:sub_event,mo:Performance]
path:pe3[mo:Performance,mo:performer,foaf:Person]
3 13,280 event:sub_event, mo:performer, foaf:name mo:Performance, mo:Performance, foaf:Person, rdfs:Literal path:path[mo:Performance,event:sub_event,mo:Performance,mo:performer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,foaf:name,rdfs:Literal]
3 13,280 event:sub_event, mo:performer, mo:performed mo:Performance, mo:Performance, foaf:Person, mo:Performance path:path[mo:Performance,event:sub_event,mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,mo:performed,mo:Performance]
3 13,386 mo:performed, mo:performer, mo:performed mo:MusicArtist, mo:Performance, mo:MusicArtist, mo:Performance path:path[mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,mo:MusicArtist]
path:pe3[mo:MusicArtist,mo:performed,mo:Performance]
3 13,386 mo:performer, mo:performed, event:place mo:Performance, mo:MusicArtist, mo:Performance, rdfs:Literal path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,event:place,rdfs:Literal] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,event:place,rdfs:Literal]
3 13,386 mo:performer, mo:performed, mo:performer mo:Performance, mo:MusicArtist, mo:Performance, mo:MusicArtist path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,mo:performer,mo:MusicArtist]
3 13,386 mo:performer, mo:performed, mo:produced_sound mo:Performance, mo:MusicArtist, mo:Performance, mo:Sound path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,mo:produced_sound,mo:Sound] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,mo:produced_sound,mo:Sound]
3 13,386 mo:performer, mo:performed, rdfs:label mo:Performance, mo:MusicArtist, mo:Performance, rdfs:Literal path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,rdfs:label,rdfs:Literal] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,rdfs:label,rdfs:Literal]
3 16,755 mo:performed, event:sub_event, mo:performance_of mo:MusicArtist, mo:Performance, mo:Performance, mo:MusicalWork path:path[mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:performance_of,mo:MusicalWork] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:sub_event,mo:Performance]
path:pe3[mo:Performance,mo:performance_of,mo:MusicalWork]
3 16,755 event:sub_event, mo:performance_of, dc:title mo:Performance, mo:Performance, mo:MusicalWork, rdfs:Literal path:path[mo:Performance,event:sub_event,mo:Performance,mo:performance_of,mo:MusicalWork,dc:title,rdfs:Literal] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performance_of,mo:MusicalWork]
path:pe3[mo:MusicalWork,dc:title,rdfs:Literal]
3 16,755 event:sub_event, mo:performance_of, rdfs:label mo:Performance, mo:Performance, mo:MusicalWork, rdfs:Literal path:path[mo:Performance,event:sub_event,mo:Performance,mo:performance_of,mo:MusicalWork,rdfs:label,rdfs:Literal] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performance_of,mo:MusicalWork]
path:pe3[mo:MusicalWork,rdfs:label,rdfs:Literal]
3 17,687 mo:performed, event:sub_event, mo:instrument mo:MusicArtist, mo:Performance, mo:Performance, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:instrument,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:sub_event,mo:Performance]
path:pe3[mo:Performance,mo:instrument,rdfs:Literal]
3 103,835 mo:performer, mo:performed, event:sub_event mo:Performance, mo:MusicArtist, mo:Performance, mo:Performance path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,event:sub_event,mo:Performance]
3 717,757 mo:produced, mo:engineer, mo:engineered foaf:Person, mo:Recording, foaf:Person, mo:Recording path:path[foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
3 717,757 mo:engineer, mo:engineered, mo:producer mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:producer,foaf:Person]
3 720,485 mo:engineer, mo:engineered, event:place mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,event:place,rdfs:Literal] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,event:place,rdfs:Literal]
3 720,485 mo:engineer, mo:engineered, mo:produced_signal mo:Recording, foaf:Person, mo:Recording, mo:Signal path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:produced_signal,mo:Signal] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:produced_signal,mo:Signal]
3 720,485 mo:engineer, mo:engineered, mo:recording_of mo:Recording, foaf:Person, mo:Recording, mo:Sound path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:recording_of,mo:Sound] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:recording_of,mo:Sound]
3 720,485 mo:engineer, mo:engineered, rdfs:label mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,rdfs:label,rdfs:Literal]
3 829,142 mo:engineered, mo:engineer, mo:engineered foaf:Person, mo:Recording, foaf:Person, mo:Recording path:path[foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
3 829,142 mo:engineer, mo:engineered, mo:engineer mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:engineer,foaf:Person]
3 972,940 mo:produced, mo:producer, mo:produced foaf:Person, mo:Recording, foaf:Person, mo:Recording path:path[foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
3 972,940 mo:producer, mo:produced, event:place mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,event:place,rdfs:Literal] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,event:place,rdfs:Literal]
3 972,940 mo:producer, mo:produced, mo:produced_signal mo:Recording, foaf:Person, mo:Recording, mo:Signal path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:produced_signal,mo:Signal] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:produced_signal,mo:Signal]
3 972,940 mo:producer, mo:produced, mo:producer mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:producer,foaf:Person]
3 972,940 mo:producer, mo:produced, mo:recording_of mo:Recording, foaf:Person, mo:Recording, mo:Sound path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:recording_of,mo:Sound] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:recording_of,mo:Sound]
3 972,940 mo:producer, mo:produced, rdfs:label mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,rdfs:label,rdfs:Literal]
3 1,134,451 mo:engineered, mo:producer, mo:produced foaf:Person, mo:Recording, foaf:Person, mo:Recording path:path[foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
3 1,134,451 mo:producer, mo:produced, mo:engineer mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:engineer,foaf:Person]
4 15 event:sub_event, mo:performer, mo:performed, mo:performer rdfs:Resource, mo:Performance, foaf:Person, mo:Performance, foaf:Person path:path[rdfs:Resource,event:sub_event,mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance,mo:performer,foaf:Person] path:pe1[rdfs:Resource,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,mo:performed,mo:Performance]
path:pe4[mo:Performance,mo:performer,foaf:Person]
4 19 event:sub_event, mo:performer, mo:performed, mo:instrument rdfs:Resource, mo:Performance, foaf:Person, mo:Performance, rdfs:Literal path:path[rdfs:Resource,event:sub_event,mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance,mo:instrument,rdfs:Literal] path:pe1[rdfs:Resource,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,mo:performed,mo:Performance]
path:pe4[mo:Performance,mo:instrument,rdfs:Literal]
4 116 mo:produced, mo:produced_signal, mo:published_as, dc:title foaf:Person, mo:Recording, mo:Signal, mo:Track, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,mo:produced_signal,mo:Signal,mo:published_as,mo:Track,dc:title,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:produced_signal,mo:Signal]
path:pe3[mo:Signal,mo:published_as,mo:Track]
path:pe4[mo:Track,dc:title,rdfs:Literal]
4 116 mo:produced, mo:produced_signal, mo:published_as, rdfs:label foaf:Person, mo:Recording, mo:Signal, mo:Track, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,mo:produced_signal,mo:Signal,mo:published_as,mo:Track,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:produced_signal,mo:Signal]
path:pe3[mo:Signal,mo:published_as,mo:Track]
path:pe4[mo:Track,rdfs:label,rdfs:Literal]
4 120 mo:engineered, mo:produced_signal, mo:published_as, dc:title foaf:Person, mo:Recording, mo:Signal, mo:Track, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,mo:produced_signal,mo:Signal,mo:published_as,mo:Track,dc:title,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:produced_signal,mo:Signal]
path:pe3[mo:Signal,mo:published_as,mo:Track]
path:pe4[mo:Track,dc:title,rdfs:Literal]
4 120 mo:engineered, mo:produced_signal, mo:published_as, rdfs:label foaf:Person, mo:Recording, mo:Signal, mo:Track, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,mo:produced_signal,mo:Signal,mo:published_as,mo:Track,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:produced_signal,mo:Signal]
path:pe3[mo:Signal,mo:published_as,mo:Track]
path:pe4[mo:Track,rdfs:label,rdfs:Literal]
4 1,126 mo:performed, event:sub_event, mo:recorded_as, mo:published_as mo:MusicArtist, mo:Performance, mo:Performance, mo:Signal, mo:Track path:path[mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:recorded_as,mo:Signal,mo:published_as,mo:Track] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:sub_event,mo:Performance]
path:pe3[mo:Performance,mo:recorded_as,mo:Signal]
path:pe4[mo:Signal,mo:published_as,mo:Track]
4 1,126 event:sub_event, mo:recorded_as, mo:published_as, dc:title mo:Performance, mo:Performance, mo:Signal, mo:Track, rdfs:Literal path:path[mo:Performance,event:sub_event,mo:Performance,mo:recorded_as,mo:Signal,mo:published_as,mo:Track,dc:title,rdfs:Literal] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:recorded_as,mo:Signal]
path:pe3[mo:Signal,mo:published_as,mo:Track]
path:pe4[mo:Track,dc:title,rdfs:Literal]
4 1,126 event:sub_event, mo:recorded_as, mo:published_as, rdfs:label mo:Performance, mo:Performance, mo:Signal, mo:Track, rdfs:Literal path:path[mo:Performance,event:sub_event,mo:Performance,mo:recorded_as,mo:Signal,mo:published_as,mo:Track,rdfs:label,rdfs:Literal] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:recorded_as,mo:Signal]
path:pe3[mo:Signal,mo:published_as,mo:Track]
path:pe4[mo:Track,rdfs:label,rdfs:Literal]
4 1,251 mo:performed, event:sub_event, mo:recorded_as, rdfs:label mo:MusicArtist, mo:Performance, mo:Performance, mo:Signal, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:recorded_as,mo:Signal,rdfs:label,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:sub_event,mo:Performance]
path:pe3[mo:Performance,mo:recorded_as,mo:Signal]
path:pe4[mo:Signal,rdfs:label,rdfs:Literal]
4 3,373 mo:performer, mo:performed, mo:performer, mo:biography mo:Performance, mo:MusicArtist, mo:Performance, mo:MusicArtist, rdfs:Literal path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,mo:biography,rdfs:Literal] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,mo:performer,mo:MusicArtist]
path:pe4[mo:MusicArtist,mo:biography,rdfs:Literal]
4 4,204 mo:performer, mo:performed, event:sub_event, mo:recorded_as mo:Performance, mo:MusicArtist, mo:Performance, mo:Performance, mo:Signal path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:recorded_as,mo:Signal] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,event:sub_event,mo:Performance]
path:pe4[mo:Performance,mo:recorded_as,mo:Signal]
4 7,888 mo:performed, mo:performer, mo:performed, mo:performer foaf:Person, mo:Performance, foaf:Person, mo:Performance, foaf:Person path:path[foaf:Person,mo:performed,mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance,mo:performer,foaf:Person] path:pe1[foaf:Person,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,mo:performed,mo:Performance]
path:pe4[mo:Performance,mo:performer,foaf:Person]
4 7,888 mo:performer, mo:performed, mo:performer, foaf:name mo:Performance, foaf:Person, mo:Performance, foaf:Person, rdfs:Literal path:path[mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance,mo:performer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[mo:Performance,mo:performer,foaf:Person]
path:pe2[foaf:Person,mo:performed,mo:Performance]
path:pe3[mo:Performance,mo:performer,foaf:Person]
path:pe4[foaf:Person,foaf:name,rdfs:Literal]
4 7,888 mo:performer, mo:performed, mo:performer, mo:performed mo:Performance, foaf:Person, mo:Performance, foaf:Person, mo:Performance path:path[mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance] path:pe1[mo:Performance,mo:performer,foaf:Person]
path:pe2[foaf:Person,mo:performed,mo:Performance]
path:pe3[mo:Performance,mo:performer,foaf:Person]
path:pe4[foaf:Person,mo:performed,mo:Performance]
4 8,926 mo:performed, mo:performer, mo:performed, mo:instrument foaf:Person, mo:Performance, foaf:Person, mo:Performance, rdfs:Literal path:path[foaf:Person,mo:performed,mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance,mo:instrument,rdfs:Literal] path:pe1[foaf:Person,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,mo:performed,mo:Performance]
path:pe4[mo:Performance,mo:instrument,rdfs:Literal]
4 13,280 mo:performed, event:sub_event, mo:performer, foaf:name mo:MusicArtist, mo:Performance, mo:Performance, foaf:Person, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:performer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:sub_event,mo:Performance]
path:pe3[mo:Performance,mo:performer,foaf:Person]
path:pe4[foaf:Person,foaf:name,rdfs:Literal]
4 13,280 mo:performed, event:sub_event, mo:performer, mo:performed mo:MusicArtist, mo:Performance, mo:Performance, foaf:Person, mo:Performance path:path[mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:sub_event,mo:Performance]
path:pe3[mo:Performance,mo:performer,foaf:Person]
path:pe4[foaf:Person,mo:performed,mo:Performance]
4 13,280 event:sub_event, mo:performer, mo:performed, mo:performer mo:Performance, mo:Performance, foaf:Person, mo:Performance, foaf:Person path:path[mo:Performance,event:sub_event,mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance,mo:performer,foaf:Person] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,mo:performed,mo:Performance]
path:pe4[mo:Performance,mo:performer,foaf:Person]
4 13,386 mo:performed, mo:performer, mo:performed, event:place mo:MusicArtist, mo:Performance, mo:MusicArtist, mo:Performance, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,event:place,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,mo:MusicArtist]
path:pe3[mo:MusicArtist,mo:performed,mo:Performance]
path:pe4[mo:Performance,event:place,rdfs:Literal]
4 13,386 mo:performed, mo:performer, mo:performed, mo:performer mo:MusicArtist, mo:Performance, mo:MusicArtist, mo:Performance, mo:MusicArtist path:path[mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,mo:MusicArtist]
path:pe3[mo:MusicArtist,mo:performed,mo:Performance]
path:pe4[mo:Performance,mo:performer,mo:MusicArtist]
4 13,386 mo:performed, mo:performer, mo:performed, mo:produced_sound mo:MusicArtist, mo:Performance, mo:MusicArtist, mo:Performance, mo:Sound path:path[mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,mo:produced_sound,mo:Sound] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,mo:MusicArtist]
path:pe3[mo:MusicArtist,mo:performed,mo:Performance]
path:pe4[mo:Performance,mo:produced_sound,mo:Sound]
4 13,386 mo:performed, mo:performer, mo:performed, rdfs:label mo:MusicArtist, mo:Performance, mo:MusicArtist, mo:Performance, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,rdfs:label,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,mo:MusicArtist]
path:pe3[mo:MusicArtist,mo:performed,mo:Performance]
path:pe4[mo:Performance,rdfs:label,rdfs:Literal]
4 13,386 mo:performer, mo:performed, mo:performer, foaf:name mo:Performance, mo:MusicArtist, mo:Performance, mo:MusicArtist, rdfs:Literal path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,foaf:name,rdfs:Literal] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,mo:performer,mo:MusicArtist]
path:pe4[mo:MusicArtist,foaf:name,rdfs:Literal]
4 13,386 mo:performer, mo:performed, mo:performer, rdfs:label mo:Performance, mo:MusicArtist, mo:Performance, mo:MusicArtist, rdfs:Literal path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,rdfs:label,rdfs:Literal] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,mo:performer,mo:MusicArtist]
path:pe4[mo:MusicArtist,rdfs:label,rdfs:Literal]
4 15,132 mo:engineer, mo:engineered, mo:produced_signal, mo:published_as mo:Recording, foaf:Person, mo:Recording, mo:Signal, mo:Track path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:produced_signal,mo:Signal,mo:published_as,mo:Track] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:produced_signal,mo:Signal]
path:pe4[mo:Signal,mo:published_as,mo:Track]
4 16,755 mo:performed, event:sub_event, mo:performance_of, dc:title mo:MusicArtist, mo:Performance, mo:Performance, mo:MusicalWork, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:performance_of,mo:MusicalWork,dc:title,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:sub_event,mo:Performance]
path:pe3[mo:Performance,mo:performance_of,mo:MusicalWork]
path:pe4[mo:MusicalWork,dc:title,rdfs:Literal]
4 16,755 mo:performed, event:sub_event, mo:performance_of, rdfs:label mo:MusicArtist, mo:Performance, mo:Performance, mo:MusicalWork, rdfs:Literal path:path[mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:performance_of,mo:MusicalWork,rdfs:label,rdfs:Literal] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,event:sub_event,mo:Performance]
path:pe3[mo:Performance,mo:performance_of,mo:MusicalWork]
path:pe4[mo:MusicalWork,rdfs:label,rdfs:Literal]
4 17,687 event:sub_event, mo:performer, mo:performed, mo:instrument mo:Performance, mo:Performance, foaf:Person, mo:Performance, rdfs:Literal path:path[mo:Performance,event:sub_event,mo:Performance,mo:performer,foaf:Person,mo:performed,mo:Performance,mo:instrument,rdfs:Literal] path:pe1[mo:Performance,event:sub_event,mo:Performance]
path:pe2[mo:Performance,mo:performer,foaf:Person]
path:pe3[foaf:Person,mo:performed,mo:Performance]
path:pe4[mo:Performance,mo:instrument,rdfs:Literal]
4 25,295 mo:producer, mo:produced, mo:produced_signal, mo:published_as mo:Recording, foaf:Person, mo:Recording, mo:Signal, mo:Track path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:produced_signal,mo:Signal,mo:published_as,mo:Track] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:produced_signal,mo:Signal]
path:pe4[mo:Signal,mo:published_as,mo:Track]
4 43,839 mo:performer, mo:performed, event:sub_event, mo:performer mo:Performance, mo:MusicArtist, mo:Performance, mo:Performance, foaf:Person path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:performer,foaf:Person] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,event:sub_event,mo:Performance]
path:pe4[mo:Performance,mo:performer,foaf:Person]
4 59,996 mo:performer, mo:performed, event:sub_event, mo:performance_of mo:Performance, mo:MusicArtist, mo:Performance, mo:Performance, mo:MusicalWork path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:performance_of,mo:MusicalWork] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,event:sub_event,mo:Performance]
path:pe4[mo:Performance,mo:performance_of,mo:MusicalWork]
4 65,593 mo:performer, mo:performed, event:sub_event, mo:instrument mo:Performance, mo:MusicArtist, mo:Performance, mo:Performance, rdfs:Literal path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance,mo:instrument,rdfs:Literal] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,event:sub_event,mo:Performance]
path:pe4[mo:Performance,mo:instrument,rdfs:Literal]
4 92,416 mo:performer, mo:performed, mo:performer, mo:performed mo:Performance, mo:MusicArtist, mo:Performance, mo:MusicArtist, mo:Performance path:path[mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance] path:pe1[mo:Performance,mo:performer,mo:MusicArtist]
path:pe2[mo:MusicArtist,mo:performed,mo:Performance]
path:pe3[mo:Performance,mo:performer,mo:MusicArtist]
path:pe4[mo:MusicArtist,mo:performed,mo:Performance]
4 103,835 mo:performed, mo:performer, mo:performed, event:sub_event mo:MusicArtist, mo:Performance, mo:MusicArtist, mo:Performance, mo:Performance path:path[mo:MusicArtist,mo:performed,mo:Performance,mo:performer,mo:MusicArtist,mo:performed,mo:Performance,event:sub_event,mo:Performance] path:pe1[mo:MusicArtist,mo:performed,mo:Performance]
path:pe2[mo:Performance,mo:performer,mo:MusicArtist]
path:pe3[mo:MusicArtist,mo:performed,mo:Performance]
path:pe4[mo:Performance,event:sub_event,mo:Performance]
4 715,121 mo:produced, mo:engineer, mo:engineered, mo:producer foaf:Person, mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,mo:producer,foaf:Person]
4 717,757 mo:produced, mo:engineer, mo:engineered, event:place foaf:Person, mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,event:place,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,event:place,rdfs:Literal]
4 717,757 mo:produced, mo:engineer, mo:engineered, mo:produced_signal foaf:Person, mo:Recording, foaf:Person, mo:Recording, mo:Signal path:path[foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:produced_signal,mo:Signal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,mo:produced_signal,mo:Signal]
4 717,757 mo:produced, mo:engineer, mo:engineered, mo:recording_of foaf:Person, mo:Recording, foaf:Person, mo:Recording, mo:Sound path:path[foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:recording_of,mo:Sound] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,mo:recording_of,mo:Sound]
4 717,757 mo:produced, mo:engineer, mo:engineered, rdfs:label foaf:Person, mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,rdfs:label,rdfs:Literal]
4 717,757 mo:engineer, mo:engineered, mo:producer, foaf:name mo:Recording, foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:producer,foaf:Person]
path:pe4[foaf:Person,foaf:name,rdfs:Literal]
4 717,757 mo:engineer, mo:engineered, mo:producer, rdfs:label mo:Recording, foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:producer,foaf:Person]
path:pe4[foaf:Person,rdfs:label,rdfs:Literal]
4 735,617 mo:engineer, mo:engineered, mo:produced_signal, rdfs:label mo:Recording, foaf:Person, mo:Recording, mo:Signal, rdfs:Literal path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:produced_signal,mo:Signal,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:produced_signal,mo:Signal]
path:pe4[mo:Signal,rdfs:label,rdfs:Literal]
4 825,882 mo:engineered, mo:engineer, mo:engineered, mo:producer foaf:Person, mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,mo:producer,foaf:Person]
4 825,882 mo:produced, mo:engineer, mo:engineered, mo:engineer foaf:Person, mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,mo:engineer,foaf:Person]
4 829,142 mo:engineered, mo:engineer, mo:engineered, event:place foaf:Person, mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,event:place,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,event:place,rdfs:Literal]
4 829,142 mo:engineered, mo:engineer, mo:engineered, mo:produced_signal foaf:Person, mo:Recording, foaf:Person, mo:Recording, mo:Signal path:path[foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:produced_signal,mo:Signal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,mo:produced_signal,mo:Signal]
4 829,142 mo:engineered, mo:engineer, mo:engineered, mo:recording_of foaf:Person, mo:Recording, foaf:Person, mo:Recording, mo:Sound path:path[foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:recording_of,mo:Sound] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,mo:recording_of,mo:Sound]
4 829,142 mo:engineered, mo:engineer, mo:engineered, rdfs:label foaf:Person, mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,rdfs:label,rdfs:Literal]
4 829,142 mo:engineer, mo:engineered, mo:engineer, foaf:name mo:Recording, foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:engineer,foaf:Person]
path:pe4[foaf:Person,foaf:name,rdfs:Literal]
4 829,142 mo:engineer, mo:engineered, mo:engineer, rdfs:label mo:Recording, foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:engineer,foaf:Person]
path:pe4[foaf:Person,rdfs:label,rdfs:Literal]
4 966,251 mo:engineered, mo:engineer, mo:engineered, mo:engineer foaf:Person, mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:engineer,foaf:Person]
path:pe3[foaf:Person,mo:engineered,mo:Recording]
path:pe4[mo:Recording,mo:engineer,foaf:Person]
4 972,940 mo:produced, mo:producer, mo:produced, event:place foaf:Person, mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,event:place,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,event:place,rdfs:Literal]
4 972,940 mo:produced, mo:producer, mo:produced, mo:produced_signal foaf:Person, mo:Recording, foaf:Person, mo:Recording, mo:Signal path:path[foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:produced_signal,mo:Signal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,mo:produced_signal,mo:Signal]
4 972,940 mo:produced, mo:producer, mo:produced, mo:producer foaf:Person, mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,mo:producer,foaf:Person]
4 972,940 mo:produced, mo:producer, mo:produced, mo:recording_of foaf:Person, mo:Recording, foaf:Person, mo:Recording, mo:Sound path:path[foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:recording_of,mo:Sound] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,mo:recording_of,mo:Sound]
4 972,940 mo:produced, mo:producer, mo:produced, rdfs:label foaf:Person, mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,rdfs:label,rdfs:Literal]
4 972,940 mo:producer, mo:produced, mo:producer, foaf:name mo:Recording, foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:producer,foaf:Person]
path:pe4[foaf:Person,foaf:name,rdfs:Literal]
4 972,940 mo:producer, mo:produced, mo:producer, rdfs:label mo:Recording, foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:producer,foaf:Person]
path:pe4[foaf:Person,rdfs:label,rdfs:Literal]
4 998,235 mo:producer, mo:produced, mo:produced_signal, rdfs:label mo:Recording, foaf:Person, mo:Recording, mo:Signal, rdfs:Literal path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:produced_signal,mo:Signal,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:produced_signal,mo:Signal]
path:pe4[mo:Signal,rdfs:label,rdfs:Literal]
4 1,134,451 mo:engineered, mo:producer, mo:produced, event:place foaf:Person, mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,event:place,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,event:place,rdfs:Literal]
4 1,134,451 mo:engineered, mo:producer, mo:produced, mo:produced_signal foaf:Person, mo:Recording, foaf:Person, mo:Recording, mo:Signal path:path[foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:produced_signal,mo:Signal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,mo:produced_signal,mo:Signal]
4 1,134,451 mo:engineered, mo:producer, mo:produced, mo:producer foaf:Person, mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,mo:producer,foaf:Person]
4 1,134,451 mo:engineered, mo:producer, mo:produced, mo:recording_of foaf:Person, mo:Recording, foaf:Person, mo:Recording, mo:Sound path:path[foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:recording_of,mo:Sound] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,mo:recording_of,mo:Sound]
4 1,134,451 mo:engineered, mo:producer, mo:produced, rdfs:label foaf:Person, mo:Recording, foaf:Person, mo:Recording, rdfs:Literal path:path[foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,rdfs:label,rdfs:Literal] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,rdfs:label,rdfs:Literal]
4 1,134,451 mo:produced, mo:producer, mo:produced, mo:engineer foaf:Person, mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person] path:pe1[foaf:Person,mo:produced,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,mo:engineer,foaf:Person]
4 1,134,451 mo:producer, mo:produced, mo:engineer, foaf:name mo:Recording, foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,foaf:name,rdfs:Literal] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:engineer,foaf:Person]
path:pe4[foaf:Person,foaf:name,rdfs:Literal]
4 1,134,451 mo:producer, mo:produced, mo:engineer, rdfs:label mo:Recording, foaf:Person, mo:Recording, foaf:Person, rdfs:Literal path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,rdfs:label,rdfs:Literal] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:engineer,foaf:Person]
path:pe4[foaf:Person,rdfs:label,rdfs:Literal]
4 1,353,917 mo:engineered, mo:producer, mo:produced, mo:engineer foaf:Person, mo:Recording, foaf:Person, mo:Recording, foaf:Person path:path[foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person] path:pe1[foaf:Person,mo:engineered,mo:Recording]
path:pe2[mo:Recording,mo:producer,foaf:Person]
path:pe3[foaf:Person,mo:produced,mo:Recording]
path:pe4[mo:Recording,mo:engineer,foaf:Person]
4 224,136,355 mo:engineer, mo:engineered, mo:producer, mo:produced mo:Recording, foaf:Person, mo:Recording, foaf:Person, mo:Recording path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:producer,foaf:Person]
path:pe4[foaf:Person,mo:produced,mo:Recording]
4 224,136,355 mo:producer, mo:produced, mo:engineer, mo:engineered mo:Recording, foaf:Person, mo:Recording, foaf:Person, mo:Recording path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:engineer,foaf:Person]
path:pe4[foaf:Person,mo:engineered,mo:Recording]
4 261,580,721 mo:engineer, mo:engineered, mo:engineer, mo:engineered mo:Recording, foaf:Person, mo:Recording, foaf:Person, mo:Recording path:path[mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording,mo:engineer,foaf:Person,mo:engineered,mo:Recording] path:pe1[mo:Recording,mo:engineer,foaf:Person]
path:pe2[foaf:Person,mo:engineered,mo:Recording]
path:pe3[mo:Recording,mo:engineer,foaf:Person]
path:pe4[foaf:Person,mo:engineered,mo:Recording]
4 498,750,928 mo:producer, mo:produced, mo:producer, mo:produced mo:Recording, foaf:Person, mo:Recording, foaf:Person, mo:Recording path:path[mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording,mo:producer,foaf:Person,mo:produced,mo:Recording] path:pe1[mo:Recording,mo:producer,foaf:Person]
path:pe2[foaf:Person,mo:produced,mo:Recording]
path:pe3[mo:Recording,mo:producer,foaf:Person]
path:pe4[foaf:Person,mo:produced,mo:Recording]
Personal tools