@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @prefix dct: . @prefix dc: . @prefix mo: . @prefix rel: . @prefix foaf: . @base . rdf:type owl:Ontology ; dc:creator "Hilary Thorsen"^^xsd:string ; dc:creator "Cristina Pattuelli"^^xsd:string ; dc:creator "Alexandra Provo"^^xsd:string ; dc:date "2015-01-01"^^xsd:dateTimeStamp; rdfs:comment "The ontology for the Linked Jazz project's linked open dataset. An extension of foaf and the Relationship Vocabulary, the Linked Jazz Ontology more granularly describes relationships between jazz musicians and groups."^^xsd:string , "This ontology was partially generated from an ontology revision in WebProtege http://linkedjazz.org"^^xsd:string ; owl:imports ; owl:imports ; owl:imports . ################################################################# # # Classes # ################################################################# ### http://xmlns.com/foaf/0.1/Person rdf:type :Class ; rdfs:label "Person"@en ; rdfs:subClassOf . ### http://xmlns.com/foaf/0.1/Agent rdf:type :Class ; rdfs:label "Agent"@en . ################################################################# # # Object Properties # ################################################################# ### http://xmlns.com/foaf/0.1/thumbnail rdf:type :ObjectProperty ; rdfs:label "thumbnail"@en ; rdfs:range foaf:thumbnail ; rdfs:domain foaf:thumbnail . ### http://linkedjazz.org/ontology/bandLeaderOf :bandLeaderOf rdf:type owl:ObjectProperty ; rdfs:label "bandLeaderOf"@en ; rdfs:subPropertyOf mo:collaborated_with ; rdfs:domain foaf:Person ; rdfs:range foaf:Agent ; rdfs:comment "Used to relate a solo music artist to either another solo music artist or to a music group, and to state that the solo music artist was the band leader of another music artist or was the band leader of a music group. This property is not symmetric" . ### http://linkedjazz.org/ontology/bandMember :bandMemberOf rdf:type owl:ObjectProperty ; rdfs:label "bandMember"@en ; rdfs:subPropertyOf mo:collaborated_with ; rdfs:domain foaf:Person ; rdfs:range foaf:Agent ; rdfs:comment "Used to relate a solo music artist to either another solo music artist or to a music group, and to state that the solo music artist was a band member for another music artist or that the solo music artist was a band member of a music group. This property is not symmetric" . ### http://linkedjazz.org/ontology/inBandWith :inBandWith rdf:type owl:ObjectProperty ; rdfs:label "inBandWith"@en ; rdfs:subPropertyOf mo:collaborated_with ; rdfs:domain foaf:Person ; rdfs:range foaf:Person ; rdfs:comment "Used to relate a solo music artist to another solo music artist and to state that one was in the band with the other. This property is symmetric" . ### http://linkedjazz.org/ontology/playedTogether :playedTogether rdf:type owl:ObjectProperty ; rdfs:label "playedTogether"@en ; rdfs:subPropertyOf mo:collaborated_with ; rdfs:domain foaf:Agent ; rdfs:range foaf:Agent ; rdfs:comment "Used to relate a solo music artist or music group to another solo artist or music group and to state that one played music with the other. This property is symmetric" . ### http://linkedjazz.org/ontology/touredWith :touredWith rdf:type owl:ObjectProperty ; rdfs:label "touredWith"@en ; rdfs:subPropertyOf mo:collaborated_with ; rdfs:domain foaf:Agent ; rdfs:range foaf:Agent ; rdfs:comment "Used to relate a solo music artist or music group to another solo artist or music group and to state that one toured with the other. This property is symmetric" . ### http://linkedjazz.org/ontology/knowsOf :knowsOf rdf:type owl:ObjectProperty ; rdfs:label "knowsOf"@en ; rdfs:domain foaf:Person ; rdfs:range foaf:Agent ; rdfs:comment "Used to relate a solo music artist to another solo artist or to a music group and to state that one knows of the existence of another. This property is not symmetric" . ### http://linkedjazz.org/ontology/influencedBy :influencedBy rdf:type owl:ObjectProperty ; rdfs:label "influencedBy"@en ; rdfs:domain foaf:Person ; rdfs:range foaf:Agent . rdfs:comment "Used to relate a solo music artist to another solo artist or to a music group and to state that one was influenced by the other. This property is not symmetric" . ################################################################# # # Datatype Properties # ################################################################# ### http://xmlns.com/foaf/0.1/name rdf:type :DatatypeProperty ; rdfs:label "name"@en ; rdfs:range rdfs:Literal ; rdfs:domain . ### http://www.w3.org/TR/rdf-schema#rdfs:comment rdf:type :DatatypeProperty ; rdfs:label "comment"@en ; rdfs:range rdfs:Literal ; rdfs:domain rdfs:Resource .