@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/vocab/aiiso/> . @prefix ns1: <http://web.resource.org/cc/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:schema dc:contributor "Chris Wallace", "Ian Corns", "Sarah Bartlett" ; dc:creator "Nadeem Shabir", "Rob Styles" ; dc:date "2008-05-20" ; dc:identifier "http://purl.org/vocab/aiiso/schema-20080925" ; dc:rights "Copyright © 2008 Talis Information Ltd" ; dc:title "Academic Institution Internal Structure Ontology (AIISO)"@en ; dct:hasFormat <http://purl.org/vocab/aiiso/schema-20080925.html>, <http://purl.org/vocab/aiiso/schema-20080925.rdf> ; dct:isVersionOf <http://purl.org/vocab/aiiso/schema#> ; dct:issued "2008-05-14" ; dct:replaces ns0:schema-20080520 ; vann:preferredNamespacePrefix "aiiso" ; vann:preferredNamespaceUri "http://purl.org/vocab/aiiso/schema#" ; vann:usageNote <http://purl.org/vocab/aiiso/usagenote.html> ; ns1:license <http://creativecommons.org/licenses/by/2.0/uk/> ; a ns1:Work, owl:NamedIndividual, owl:Ontology ; rdfs:comment """ The Academic Institution Internal Structure Ontology (AIISO) provides classes and properties to describe the internal organizational structure of an academic institution. AIISO is designed to work in partnership with Participation (http://purl.org/vocab/participation/schema), FOAF (http://xmlns.com/foaf/0.1/) and aiiso-roles (http://purl.org/vocab/aiiso-roles/schema) to describe the roles that people play within an institution. """@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/vocab/aiiso/> .
@prefix ns1: <http://web.resource.org/cc/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:schema
    dc:contributor "Chris Wallace", "Ian Corns", "Sarah Bartlett" ;
    dc:creator "Nadeem Shabir", "Rob Styles" ;
    dc:date "2008-05-20" ;
    dc:identifier "http://purl.org/vocab/aiiso/schema-20080925" ;
    dc:rights "Copyright © 2008 Talis Information Ltd" ;
    dc:title "Academic Institution Internal Structure Ontology (AIISO)"@en ;
    dct:hasFormat <http://purl.org/vocab/aiiso/schema-20080925.html>, <http://purl.org/vocab/aiiso/schema-20080925.rdf> ;
    dct:isVersionOf <http://purl.org/vocab/aiiso/schema#> ;
    dct:issued "2008-05-14" ;
    dct:replaces ns0:schema-20080520 ;
    vann:preferredNamespacePrefix "aiiso" ;
    vann:preferredNamespaceUri "http://purl.org/vocab/aiiso/schema#" ;
    vann:usageNote <http://purl.org/vocab/aiiso/usagenote.html> ;
    ns1:license <http://creativecommons.org/licenses/by/2.0/uk/> ;
    a ns1:Work, owl:NamedIndividual, owl:Ontology ;
    rdfs:comment """
			The Academic Institution Internal Structure Ontology (AIISO) provides classes and properties to describe the internal organizational structure of an academic institution. AIISO is designed to work in partnership with Participation (http://purl.org/vocab/participation/schema), FOAF (http://xmlns.com/foaf/0.1/) and aiiso-roles (http://purl.org/vocab/aiiso-roles/schema) to describe the roles that people play within an institution.
    	"""@en .