Skip to content

Commit

Permalink
Refactor rules into separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Cox committed Jun 19, 2018
1 parent 9d341b3 commit d385c8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions proposals/ssn-extensions/rdf/ssn-ext-examples.ttl
@@ -1,5 +1,5 @@
# baseURI: http://example.org/ssn-ext-examples
# imports: http://www.w3.org/ns/ssn-ext/
# imports: http://www.w3.org/ns/ssn-ext/shacl/
# prefix: ssn-ext-examples

@prefix dcterms: <http://purl.org/dc/terms/> .
Expand Down Expand Up @@ -96,6 +96,6 @@
rdf:type owl:Ontology ;
dcterms:created "2018-03-10"^^xsd:date ;
dcterms:creator <http://orcid.org/0000-0002-3884-3420> ;
rdfs:comment "Small dataset to test SPIN rules in ssn-ext" ;
owl:imports ssn-ext: ;
rdfs:comment "Small dataset to test rules in ssn-ext" ;
owl:imports <http://www.w3.org/ns/ssn-ext/shacl/> ;
.
Expand Up @@ -37,9 +37,9 @@ ssn-ext:ObservationCollection
.
ssn-shacl:
rdf:type owl:Ontology ;
rdfs:comment "SHACL implementation of ssn-ext" ;
owl:imports <http://datashapes.org/dash> ;
owl:imports ssn-ext: ;
owl:versionInfo "Created with TopBraid Composer" ;
sh:declare [
rdf:type sh:PrefixDeclaration ;
sh:namespace "http://www.w3.org/ns/sosa/"^^xsd:anyURI ;
Expand Down
Expand Up @@ -828,7 +828,7 @@ ssn-ext:ObservationCollection
.
ssn-spin:
rdf:type owl:Ontology ;
rdfs:comment "SPIN rules to add missing properties on Observations and ObservationCollections" ;
owl:imports <http://spinrdf.org/spin> ;
owl:imports ssn-ext: ;
owl:versionInfo "Created with TopBraid Composer" ;
.

0 comments on commit d385c8c

Please sign in to comment.