@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.linkedmodel.org/schema/vaem#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns1: <http://www.linkedmodel.org/schema/> . @prefix ns2: <http://www.linkedmodel.org/2.0/schema/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:filePrefix dct:description "The property \"vaem:filePrefix\" is for specifying a preferred file prefix for a graph. For example a schema graph may be given the file prefix \"SCHEMA\" followed by an underscore \"_\"." ; a owl:DatatypeProperty ; rdfs:isDefinedBy ns2:vaem, ns1:vaem ; rdfs:label "file prefix" ; rdfs:range xsd:string .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.linkedmodel.org/schema/vaem#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.linkedmodel.org/schema/> .
@prefix ns2: <http://www.linkedmodel.org/2.0/schema/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:filePrefix
    dct:description "The property \"vaem:filePrefix\" is for specifying a preferred file prefix for a graph. For example a schema graph may be given the file prefix \"SCHEMA\" followed by an underscore \"_\"." ;
    a owl:DatatypeProperty ;
    rdfs:isDefinedBy ns2:vaem, ns1:vaem ;
    rdfs:label "file prefix" ;
    rdfs:range xsd:string .