@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dcat: <http://www.w3.org/ns/dcat#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix ns0: <https://w3id.org/dcso/ns/core#> . dcat:accessURL a owl:DatatypeProperty ; rdfs:comment "A URL of the resource that gives access to a distribution of the dataset. e.g. landing page." ; rdfs:domain ns0:Distribution ; rdfs:label "accessURL" ; rdfs:range xsd:anyURI .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://w3id.org/dcso/ns/core#> .

dcat:accessURL
    a owl:DatatypeProperty ;
    rdfs:comment "A URL of the resource that gives access to a distribution of the dataset. e.g. landing page." ;
    rdfs:domain ns0:Distribution ;
    rdfs:label "accessURL" ;
    rdfs:range xsd:anyURI .