mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
Update ExtendedRelationOntology.ttl
At Mark's request, I've removed declarations of skos, rdfs, and dcterms annotation properties from the extended relations ontology. We'll discuss this in 2.1.
This commit is contained in:
@@ -23,87 +23,6 @@
|
||||
# Annotation properties
|
||||
#################################################################
|
||||
|
||||
### http://purl.org/dc/terms/created
|
||||
dcterms:created
|
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#created-003> ;
|
||||
dcterms:issued "2000-07-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
|
||||
dcterms:modified "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
|
||||
a rdf:Property ;
|
||||
rdfs:comment "Date of creation of the resource."@en ;
|
||||
rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
|
||||
rdfs:label "Date Created"@en ;
|
||||
rdfs:range rdfs:Literal ;
|
||||
rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/date>, dcterms:date .
|
||||
|
||||
### http://purl.org/dc/terms/license
|
||||
dcterms:license
|
||||
dcterms:hasVersion <http://dublincore.org/usage/terms/history/#license-002> ;
|
||||
dcterms:issued "2004-06-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
|
||||
dcterms:modified "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
|
||||
a rdf:Property ;
|
||||
rdfs:comment "A legal document giving official permission to do something with the resource."@en ;
|
||||
rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
|
||||
rdfs:label "License"@en ;
|
||||
rdfs:range dcterms:LicenseDocument ;
|
||||
rdfs:subPropertyOf <http://purl.org/dc/elements/1.1/rights>, dcterms:rights .
|
||||
|
||||
### http://www.w3.org/2000/01/rdf-schema#comment
|
||||
rdfs:comment a rdf:Property ;
|
||||
rdfs:isDefinedBy <http://www.w3.org/2000/01/rdf-schema#> ;
|
||||
rdfs:label "comment" ;
|
||||
rdfs:comment "A description of the subject resource." ;
|
||||
rdfs:domain rdfs:Resource ;
|
||||
rdfs:range rdfs:Literal .
|
||||
|
||||
### http://www.w3.org/2004/02/skos/core#altLabel
|
||||
skos:altLabel
|
||||
a rdf:Property, owl:AnnotationProperty ;
|
||||
rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en, "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ;
|
||||
rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
|
||||
rdfs:label "alternative label"@en ;
|
||||
rdfs:subPropertyOf rdfs:label ;
|
||||
skos:definition "An alternative lexical label for a resource."@en ;
|
||||
skos:example "Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel)."@en .
|
||||
|
||||
### http://www.w3.org/2004/02/skos/core#example
|
||||
skos:example
|
||||
a rdf:Property, owl:AnnotationProperty ;
|
||||
rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
|
||||
rdfs:label "example"@en ;
|
||||
rdfs:subPropertyOf skos:note ;
|
||||
skos:definition "An example of the use of a concept."@en .
|
||||
|
||||
### http://www.w3.org/2004/02/skos/core#definition
|
||||
skos:definition
|
||||
a rdf:Property, owl:AnnotationProperty ;
|
||||
rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
|
||||
rdfs:label "definition"@en ;
|
||||
rdfs:subPropertyOf skos:note ;
|
||||
skos:definition "A statement or formal explanation of the meaning of a concept."@en .
|
||||
|
||||
### http://www.w3.org/2004/02/skos/core#note
|
||||
skos:note
|
||||
a rdf:Property, owl:AnnotationProperty ;
|
||||
rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
|
||||
rdfs:label "note"@en ;
|
||||
skos:definition "A general note, for any purpose."@en ;
|
||||
skos:scopeNote "This property may be used directly, or as a super-property for more specific note types."@en .
|
||||
|
||||
### http://www.w3.org/2004/02/skos/core#editorialNote
|
||||
skos:editorialNote
|
||||
a rdf:Property, owl:AnnotationProperty ;
|
||||
rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
|
||||
rdfs:label "editorial note"@en ;
|
||||
rdfs:subPropertyOf skos:note ;
|
||||
skos:definition "A note for an editor, translator or maintainer of the vocabulary."@en .
|
||||
|
||||
### http://www.w3.org/2004/02/skos/core#scopeNote
|
||||
skos:scopeNote
|
||||
a rdf:Property, owl:AnnotationProperty ;
|
||||
rdfs:isDefinedBy <http://www.w3.org/2004/02/skos/core> ;
|
||||
rdfs:label "scope note"@en ;
|
||||
rdfs:subPropertyOf skos:note ;
|
||||
skos:definition "A note that helps to clarify the meaning and/or the use of a concept."@en .
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/acronym
|
||||
cco:acronym rdf:type owl:AnnotationProperty ;
|
||||
@@ -113,22 +32,6 @@ cco:acronym rdf:type owl:AnnotationProperty ;
|
||||
rdfs:subPropertyOf skos:altLabel .
|
||||
|
||||
|
||||
### http://www.w3.org/2000/01/rdf-schema#label
|
||||
rdfs:label a rdf:Property ;
|
||||
rdfs:isDefinedBy <http://www.w3.org/2000/01/rdf-schema#> ;
|
||||
rdfs:label "label" ;
|
||||
rdfs:comment "A human-readable name for the subject." ;
|
||||
rdfs:domain rdfs:Resource ;
|
||||
rdfs:range rdfs:Literal .
|
||||
|
||||
### http://www.w3.org/2000/01/rdf-schema#comment
|
||||
rdfs:comment a rdf:Property ;
|
||||
rdfs:isDefinedBy <http://www.w3.org/2000/01/rdf-schema#> ;
|
||||
rdfs:label "comment" ;
|
||||
rdfs:comment "A description of the subject resource." ;
|
||||
rdfs:domain rdfs:Resource ;
|
||||
rdfs:range rdfs:Literal .
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/code_license
|
||||
cco:code_license rdf:type owl:AnnotationProperty ;
|
||||
skos:definition "The name and description of the license under which the .owl file is released."@en ;
|
||||
|
||||
Reference in New Issue
Block a user