@prefix rdf: . @prefix cc: . @prefix owl: . @prefix rdfs: . @prefix tr-common: . @prefix xsd: . cc:attributionName "PermID"^^xsd:string ; cc:attributionURL ; cc:license ; a owl:Ontology ; rdfs:label "Perm ID common ontology"@en ; owl:imports , , , . tr-common:PublicationStatus a owl:Class ; rdfs:isDefinedBy ; rdfs:label "Publication status"@en ; rdfs:subClassOf . tr-common:from a owl:DatatypeProperty ; rdfs:comment "For a temporal object, this defines the beginning of its temporal extent; When an event or time period started."@en ; rdfs:isDefinedBy ; rdfs:label "From"@en ; rdfs:range xsd:dateTime . tr-common:hasClassification a owl:ObjectProperty ; rdfs:comment "Indicates that the subject has been classified according to a skos concept scheme."@en ; rdfs:isDefinedBy ; rdfs:label "Is classified as"@en ; rdfs:range . tr-common:hasFaxNumber a owl:DatatypeProperty ; rdfs:comment ""@en ; rdfs:isDefinedBy ; rdfs:label "Has fax number"@en . tr-common:hasISOLanguageCode a owl:DatatypeProperty ; rdfs:comment "The subject of this property contains text described by the indicated ISO code for language, language variant or language+script code"@en ; rdfs:isDefinedBy ; rdfs:label "has language ISOCode"@en . tr-common:hasIdentifier a owl:DatatypeProperty ; rdfs:comment "a code, ID, or other literal which identifies an object in a specific domain"@en ; rdfs:isDefinedBy ; rdfs:label "Has identifier"@en ; rdfs:range xsd:string . tr-common:hasName a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:label "Has name"@en ; rdfs:range xsd:string . tr-common:hasNormalizedName a owl:DatatypeProperty ; rdfs:comment ""@en ; rdfs:isDefinedBy ; rdfs:label "Has normalized name"@en ; rdfs:subPropertyOf tr-common:hasName . tr-common:hasPhoneNumber a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:label "Has phone number"@en . tr-common:hasPublicationStatus a owl:ObjectProperty ; rdfs:comment ""@en ; rdfs:isDefinedBy ; rdfs:label "Has publication status"@en ; rdfs:range tr-common:PublicationStatus . tr-common:hasTransliteratedName a owl:DatatypeProperty ; rdfs:comment "A version of an existing name that has been transliterated from a non-Western character set into Western Latin."^^xsd:string ; rdfs:isDefinedBy ; rdfs:label "Has transliterated name"@en ; rdfs:subPropertyOf tr-common:hasName . tr-common:isDuplicateOf a owl:ObjectProperty ; rdfs:comment ""@en ; rdfs:isDefinedBy ; rdfs:label "Is duplicate of"@en ; rdfs:subPropertyOf . tr-common:publicationStatusObsolete a tr-common:PublicationStatus ; rdfs:comment ""@en ; rdfs:isDefinedBy ; rdfs:label "Obsolete"@en . tr-common:publicationStatusPublished a tr-common:PublicationStatus ; rdfs:comment ""@en ; rdfs:isDefinedBy ; rdfs:label "Published"@en . tr-common:publicationStatusSuperseded a tr-common:PublicationStatus ; rdfs:comment ""@en ; rdfs:isDefinedBy ; rdfs:label "Superseded"@en . tr-common:publicationStatusSuspended a tr-common:PublicationStatus ; rdfs:comment ""@en ; rdfs:isDefinedBy ; rdfs:label "Suspended"@en . tr-common:to a owl:DatatypeProperty ; rdfs:comment "For a temporal object, this defines the end of its temporal extent; when an event or time period ends."@en ; rdfs:isDefinedBy ; rdfs:label "To"@en ; rdfs:range xsd:dateTime .