@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/> . ns0:CollectionGraph dct:description "A \"vaem:CollectionGraph\" is a graph that aggregates other graphs using \"owl:imports\" statements" ; ns0:filePrefix "COLLECTION" ; a ns0:GraphRole, owl:NamedIndividual ; rdfs:isDefinedBy ns2:vaem, ns1:vaem ; rdfs:label "Collection graph" .
@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/> .

ns0:CollectionGraph
    dct:description "A \"vaem:CollectionGraph\" is a graph that aggregates other graphs using \"owl:imports\" statements" ;
    ns0:filePrefix "COLLECTION" ;
    a ns0:GraphRole, owl:NamedIndividual ;
    rdfs:isDefinedBy ns2:vaem, ns1:vaem ;
    rdfs:label "Collection graph" .