Skip to content

Commit

Permalink
Add warnings to DataTransformationService and DiscoveryService
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Cox committed Apr 30, 2018
1 parent cae2ea6 commit d2b4abb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dcat/rdf/dcat-service.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ dcat:DataDistributionService
dcat:DataTransformationService
rdf:type owl:Class ;
rdfs:comment "A site or end-point that provides a service to transform datasets in some way, e.g. spatial coordinates, schematic representation, interpolation, re-sampling" ;
rdfs:label "Other service" ;
rdfs:label "Data transformation service" ;
rdfs:subClassOf dcat:Service ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:hasValue <https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/transformation> ;
owl:onProperty dct:type ;
] ;
skos:editorialNote "Status: proposed - not yet confirmed by DCAT revision team" ;
.
dcat:DiscoveryService
rdf:type owl:Class ;
Expand All @@ -74,6 +75,7 @@ dcat:DiscoveryService
owl:hasValue <http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/discovery> ;
owl:onProperty dct:type ;
] ;
skos:editorialNote "Status: proposed - not yet confirmed by DCAT revision team" ;
.
dcat:Service
rdf:type owl:Class ;
Expand Down Expand Up @@ -122,9 +124,11 @@ dcat:service
.
<http://www.w3.org/ns/dcat-service>
rdf:type owl:Ontology ;
rdfs:comment """Additions to DCAT vocabulary to support enabling DCAT catalogs to contain more than just Datasets.
These additions are in the DCAT namespace and should be merged into dcat.ttl when finalized.""" ;
owl:imports dct: ;
owl:imports <http://www.w3.org/2004/02/skos/core> ;
owl:imports <http://www.w3.org/ns/dcat> ;
owl:imports <http://www.w3.org/ns/dcat/prov> ;
owl:versionInfo "Created with TopBraid Composer" ;
.

0 comments on commit d2b4abb

Please sign in to comment.