Skip to content

Commit cf8ec9d

Browse files
authored
Replace rdfs:comment with skos:scopeNote (#813)
Enjoy the bounty that is my labor
1 parent fe4346c commit cf8ec9d

8 files changed

Lines changed: 173 additions & 173 deletions

src/cco-modules/AgentOntology.ttl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ cco:ont00001905 rdf:type owl:ObjectProperty ;
761761
cco:ont00001906 rdf:type owl:ObjectProperty ;
762762
rdfs:subPropertyOf cco:ont00001806 ;
763763
owl:inverseOf cco:ont00001934 ;
764-
rdfs:comment "is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ;
764+
skos:scopeNote "is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ;
765765
rdfs:label "is maternal first cousin of"@en ;
766766
skos:definition "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."@en ;
767767
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .
@@ -1281,7 +1281,7 @@ cco:ont00000089 rdf:type owl:Class ;
12811281
### https://www.commoncoreontologies.org/ont00000102
12821282
cco:ont00000102 rdf:type owl:Class ;
12831283
rdfs:subClassOf obo:BFO_0000019 ;
1284-
rdfs:comment "Skin Type is classified according to a reference system such as the Fitzpatrick scale: https://en.wikipedia.org/wiki/Fitzpatrick_scale"@en ;
1284+
skos:scopeNote "Skin Type is classified according to a reference system such as the Fitzpatrick scale: https://en.wikipedia.org/wiki/Fitzpatrick_scale"@en ;
12851285
rdfs:label "Skin Type"@en ;
12861286
skos:definition "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en ;
12871287
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .
@@ -1730,7 +1730,7 @@ cco:ont00000564 rdf:type owl:Class ;
17301730
### https://www.commoncoreontologies.org/ont00000567
17311731
cco:ont00000567 rdf:type owl:Class ;
17321732
rdfs:subClassOf cco:ont00000487 ;
1733-
rdfs:comment "This is a general term that applies to both military and civilian activities, such as the Geospatial Region within which a company conducts its business."@en ;
1733+
skos:scopeNote "This is a general term that applies to both military and civilian activities, such as the Geospatial Region within which a company conducts its business."@en ;
17341734
rdfs:label "Operational Area"@en ;
17351735
skos:definition "A Geospatial Location in which an Agent conducts some activity."@en ;
17361736
cco:ont00001760 "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI .
@@ -2178,7 +2178,7 @@ cco:ont00001114 rdf:type owl:Class ;
21782178
owl:someValuesFrom cco:ont00001203
21792179
] ;
21802180
owl:disjointWith cco:ont00001203 ;
2181-
rdfs:comment "Instances of this class are not proper Delimiting Domains, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood."@en ;
2181+
skos:scopeNote "Instances of this class are not proper Delimiting Domains, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood."@en ;
21822182
rdfs:label "Division of Delimiting Domain"@en ;
21832183
skos:definition "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ;
21842184
skos:example "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." ;
@@ -2225,7 +2225,7 @@ cco:ont00001164 rdf:type owl:Class ;
22252225
### https://www.commoncoreontologies.org/ont00001180
22262226
cco:ont00001180 rdf:type owl:Class ;
22272227
rdfs:subClassOf cco:ont00000300 ;
2228-
rdfs:comment "Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members."@en ;
2228+
skos:scopeNote "Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members."@en ;
22292229
rdfs:label "Organization"@en ;
22302230
skos:definition "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en ;
22312231
cco:ont00001754 "http://purl.obolibrary.org/obo/OBI_0000245" ;

src/cco-modules/ArtifactOntology.ttl

Lines changed: 22 additions & 22 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)