Skip to content

Commit

Permalink
Update shapes guidance
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Feb 2, 2024
1 parent ef1909f commit 779ca70
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions shapes/sh-example.ttl
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# imports: http://example.org/ontology/uco-example

@prefix drafting: <http://example.org/ontology/drafting/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix sh-example: <http://example.org/shapes/example/> .
@prefix sh-example: <http://example.org/shapes/sh-example/> .
@prefix sh-owl-abox: <http://example.org/shapes/owl-abox/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://example.org/shapes/example>
<http://example.org/shapes/sh-example>
a owl:Ontology ;
rdfs:comment "This shapes file should be filled in for at least mapped classes and properties when the upstream ontology does not provide SHACL shapes."@en ;
rdfs:comment "This shapes file should be filled in for at least mapped classes and properties when the upstream ontology does not provide SHACL shapes, or when draft concepts are added to the profile ontology."@en ;
owl:imports <http://example.org/ontology/uco-example> ;
.

Expand Down

0 comments on commit 779ca70

Please sign in to comment.