@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/twc/vocab/conversion/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:base_uri a owl:AnnotationProperty ; rdfs:comment "The base URI used in constructing identifying URIs for instances in the converted dataset." ; rdfs:domain ns0:Dataset ; rdfs:isDefinedBy <http://purl.org/twc/vocab/conversion/> ; rdfs:label "base_uri" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/twc/vocab/conversion/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:base_uri
    a owl:AnnotationProperty ;
    rdfs:comment "The base URI used in constructing identifying URIs for instances in the converted dataset." ;
    rdfs:domain ns0:Dataset ;
    rdfs:isDefinedBy <http://purl.org/twc/vocab/conversion/> ;
    rdfs:label "base_uri" .