Skip to content

Commit

Permalink
Add labels to recent ontology files
Browse files Browse the repository at this point in the history
The SHACL import-review ontologies didn't get `rdfs:label`s assigned
when they were created.  This patch adds them to fit style practice with
other UCO ontology files.

No effects were observed on Make-managed files.

References:
* #390
* #406

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Aug 31, 2022
1 parent a7c4360 commit a701830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ontology/co/co.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<https://ontology.unifiedcyberontology.org/co>
a owl:Ontology ;
rdfs:label "uco-co"@en ;
rdfs:comment "This ontology defines SHACL shapes to supplement the OWL 2 DL definitions in the Collections Ontology."@en ;
owl:imports <http://purl.org/co> ;
.
Expand Down
1 change: 1 addition & 0 deletions ontology/owl/owl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<https://ontology.unifiedcyberontology.org/owl>
a owl:Ontology ;
rdfs:label "uco-owl"@en ;
rdfs:comment "This ontology defines SHACL shapes to perform conformance testing of OWL 2 DL. Some of these shapes follow rules specified from the canonical, subtractive parsing process of Section 3 of the OWL 2 mapping to RDF. From the last line of that document's Section 3, 'At the end of this process, the graph G MUST be empty,' anything not strictly matching patterns specified in that section cause the input graph to be non-conformant with OWL 2 DL."@en ;
rdfs:seeAlso <https://www.w3.org/TR/2012/REC-owl2-mapping-to-rdf-20121211/#Mapping_from_RDF_Graphs_to_the_Structural_Specification> ;
.
Expand Down

0 comments on commit a701830

Please sign in to comment.