@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/csvw#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:aboutUrl a owl:ObjectProperty ; rdfs:comment "A URI template property that MAY be used to indicate what a cell contains information about."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/csvw#> ; rdfs:label "about URL"@en ; rdfs:range ns0:uriTemplate .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/csvw#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:aboutUrl
    a owl:ObjectProperty ;
    rdfs:comment "A URI template property that MAY be used to indicate what a cell contains information about."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/csvw#> ;
    rdfs:label "about URL"@en ;
    rdfs:range ns0:uriTemplate .