Current section
Files
Jump to
Current section
Files
priv/manifest_template/service.ttl
@prefix dcatr: <https://w3id.org/dcatr#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
<Service> a dcatr:Service
; dcterms:title "Your service name"
; dcterms:creator <Creator>
; dcterms:publisher <Publisher>
; dcatr:serviceRepository <Repository>
.