Skip to content

Commit

Permalink
Add dct:type = download to DataService axiomatization
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Cox committed Mar 25, 2018
1 parent b83bd96 commit eb7b247
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dcat/rdf/dcat-service.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ dcat-s:DataService
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty dcterms:title ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:hasValue <https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/download> ;
owl:onProperty dcterms:type ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
Expand Down

0 comments on commit eb7b247

Please sign in to comment.