# baseURI: http://permid.org/ontology/tr-vcard/ # imports: http://permid.org/ontology/common/ # imports: http://www.w3.org/2006/vcard/ns @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix tr-vcard: . @prefix vcard: . @prefix xsd: . tr-vcard: rdf:type owl:Ontology ; rdfs:label "PermID VCard extension ontology" ; owl:imports ; owl:imports ; . tr-vcard:date-of-death rdf:type owl:DatatypeProperty ; rdfs:comment ""@en ; rdfs:domain ; rdfs:label "Date of death"@en ; rdfs:range xsd:date ; rdfs:isDefinedBy tr-vcard: ; . tr-vcard:preferred-name rdf:type owl:DatatypeProperty ; rdfs:comment ""@en ; rdfs:domain ; rdfs:label "Preferred name"@en ; rdfs:range xsd:string ; rdfs:isDefinedBy tr-vcard: ; . vcard:Address rdfs:subClassOf [ rdf:type owl:Restriction ; owl:minCardinality "0"^^xsd:nonNegativeInteger ; owl:onProperty ; ] ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:minCardinality "0"^^xsd:nonNegativeInteger ; owl:onProperty ; ] ; .