@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/vocab/aiiso/schema#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
ns0:code
    dct:issued "2008-05-14" ;
    a owl:DatatypeProperty ;
    rdfs:comment "The code used by an Institution to refer to a KnowledgeGrouping or Organization." ;
    rdfs:isDefinedBy <http://purl.org/vocab/aiiso/schema#> ;
    rdfs:label "code"@en ;
    rdfs:range xsd:string .
 
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/vocab/aiiso/schema#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
ns0:code
    dct:issued "2008-05-14" ;
    a owl:DatatypeProperty ;
    rdfs:comment "The code used by an Institution to refer to a KnowledgeGrouping or Organization." ;
    rdfs:isDefinedBy <http://purl.org/vocab/aiiso/schema#> ;
    rdfs:label "code"@en ;
    rdfs:range xsd:string .