From 8bb44b368c09c3e883c5d5db59c9472fa4fcfc2b Mon Sep 17 00:00:00 2001 From: "J. Neil Otte" Date: Sun, 3 Nov 2024 13:47:36 -0500 Subject: [PATCH] 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. --- src/cco-modules/ExtendedRelationOntology.ttl | 97 -------------------- 1 file changed, 97 deletions(-) diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index 34032e3..834c680 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -23,87 +23,6 @@ # Annotation properties ################################################################# -### http://purl.org/dc/terms/created -dcterms:created - dcterms:hasVersion ; - dcterms:issued "2000-07-11"^^ ; - dcterms:modified "2008-01-14"^^ ; - a rdf:Property ; - rdfs:comment "Date of creation of the resource."@en ; - rdfs:isDefinedBy ; - rdfs:label "Date Created"@en ; - rdfs:range rdfs:Literal ; - rdfs:subPropertyOf , dcterms:date . - -### http://purl.org/dc/terms/license -dcterms:license - dcterms:hasVersion ; - dcterms:issued "2004-06-14"^^ ; - dcterms:modified "2008-01-14"^^ ; - a rdf:Property ; - rdfs:comment "A legal document giving official permission to do something with the resource."@en ; - rdfs:isDefinedBy ; - rdfs:label "License"@en ; - rdfs:range dcterms:LicenseDocument ; - rdfs:subPropertyOf , dcterms:rights . - -### http://www.w3.org/2000/01/rdf-schema#comment -rdfs:comment a rdf:Property ; - rdfs:isDefinedBy ; - 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 ; - 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 ; - 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 ; - 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 ; - 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 ; - 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 ; - 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 ; - 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 ; - 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 ;