Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ontology/dprod/dprod-ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix vann: <http://purl.org/vocab/vann/>.

# Since Dublin Core is not an ontology, declare here that the properties used are to be treated as AnnotationProperties in OWL
dct:description a owl:AnnotationProperty .
Expand All @@ -37,6 +38,8 @@ dprod:
dct:contributor <https://www.linkedin.com/in/tonyseale> ;
owl:imports dcat: ;
owl:versionInfo "OMG Request For Comments Errata 2" ;
vann:preferredNamespacePrefix "dprod" ;
vann:preferredNamespaceUri "https://www.omg.org/spec/DPROD/" ;
.

############################# DPROD Classes #########################
Expand Down