@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/linked-data/api/vocab#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns0:base
a owl:DatatypeProperty ;
rdfs:comment "The base URI of the API, which is distinct from the URI of the SPARQL endpoint that it queries or the base URI of the instances that it returns. This base URI is stripped from the request URI before any matching is done against the endpoints defined for the API."@en ;
rdfs:domain ns0:API ;
rdfs:isDefinedBy <http://purl.org/linked-data/api/vocab#> ;
rdfs:label "Base URI"@en ;
rdfs:range rdfs:Literal .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/linked-data/api/vocab#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ns0:base
a owl:DatatypeProperty ;
rdfs:comment "The base URI of the API, which is distinct from the URI of the SPARQL endpoint that it queries or the base URI of the instances that it returns. This base URI is stripped from the request URI before any matching is done against the endpoints defined for the API."@en ;
rdfs:domain ns0:API ;
rdfs:isDefinedBy <http://purl.org/linked-data/api/vocab#> ;
rdfs:label "Base URI"@en ;
rdfs:range rdfs:Literal .