<?xml version='1.0'?>
<rdf:RDF
     xmlns:rdfs='http://www.w3.org/2000/01/rdf-schema#'
     xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
     xmlns:owl='http://www.w3.org/2002/07/owl#'
     xmlns:dc='http://purl.org/dc/elements/1.1/'
     >
   <owl:Class rdf:ID='Exemplar'>
     <rdfs:subClassOf>
        <owl:Restriction>
           <owl:onProperty rdf:resource='#Label'/>
           <owl:allValuesFrom rdf:resource='http://www.w3.org/2001/XMLSchema#string'/>
        </owl:Restriction>
     </rdfs:subClassOf>
     <rdfs:subClassOf>
        <owl:Restriction>
           <owl:onProperty rdf:resource='#Name'/>
           <owl:allValuesFrom rdf:resource='http://www.w3.org/2001/XMLSchema#string'/>
        </owl:Restriction>
     </rdfs:subClassOf>
     <rdfs:subClassOf>
        <owl:Restriction>
           <owl:onProperty rdf:resource='#Description'/>
           <owl:allValuesFrom rdf:resource='http://www.w3.org/2001/XMLSchema#string'/>
        </owl:Restriction>
     </rdfs:subClassOf>
     <rdfs:subClassOf>
        <owl:Restriction>
           <owl:onProperty rdf:resource='#Keywords'/>
           <owl:allValuesFrom rdf:resource='http://www.w3.org/2001/XMLSchema#string'/>
        </owl:Restriction>
     </rdfs:subClassOf>
     <rdfs:subClassOf>
        <owl:Restriction>
           <owl:onProperty rdf:resource='#Instance'/>
           <owl:allValuesFrom rdf:resource='http://www.w3.org/2001/XMLSchema#string'/>
        </owl:Restriction>
     </rdfs:subClassOf>
   </owl:Class>
   <Exemplar rdf:ID='Repository1'>
     <Name>Repository1</Name>
     <Label>XASB profile, Sample Company</Label>
     <Description>XASB profile, Sample Company</Description>
     <Keywords>XASB profile, Sample Company</Keywords>
     <Instance>http://xbrlsite.azurewebsites.net/2016/conceptual-model/reporting-scheme/xasb/taxonomy/company-instance.xml</Instance>
     <dc:title>XASB profile, Sample Company</dc:title>
     <rdfs:subClassOf>http://www.xbrlsite.com/DigitalFinancialReporting/Ontologies/US-GAAP-LogicalModel.xml#Exemplar</rdfs:subClassOf>
   </Exemplar>

   <Exemplar rdf:ID='Repository2'>
     <Name>Repository2</Name>
     <Label>XASB profile, ABC Company</Label>
     <Description>XASB profile, ABC Company</Description>
     <Keywords>XASB profile, ABC Company</Keywords>
     <Instance>http://xbrlsite.azurewebsites.net/2016/conceptual-model/reporting-scheme/xasb/taxonomy/abc-instance.xml</Instance>
     <dc:title>XASB profile, ABC Company</dc:title>
     <rdfs:subClassOf>http://www.xbrlsite.com/DigitalFinancialReporting/Ontologies/US-GAAP-LogicalModel.xml#Exemplar</rdfs:subClassOf>
   </Exemplar>

   <Exemplar rdf:ID='Repository3'>
     <Name>Repository3</Name>
     <Label>XASB profile, DEF Company</Label>
     <Description>XASB profile, DEF Company</Description>
     <Keywords>XASB profile, DEF Company</Keywords>
     <Instance>http://xbrlsite.azurewebsites.net/2016/conceptual-model/reporting-scheme/xasb/taxonomy/def-instance.xml</Instance>
     <dc:title>XASB profile, DEF Company</dc:title>
     <rdfs:subClassOf>http://www.xbrlsite.com/DigitalFinancialReporting/Ontologies/US-GAAP-LogicalModel.xml#Exemplar</rdfs:subClassOf>
   </Exemplar>

   <Exemplar rdf:ID='Repository4'>
     <Name>Repository4</Name>
     <Label>XASB profile, XYZ Company</Label>
     <Description>XASB profile, XYZ Company</Description>
     <Keywords>XASB profile, XYZ Company</Keywords>
     <Instance>http://xbrlsite.azurewebsites.net/2016/conceptual-model/reporting-scheme/xasb/taxonomy/xyz-instance.xml</Instance>
     <dc:title>XASB profile, XYZ Company</dc:title>
     <rdfs:subClassOf>http://www.xbrlsite.com/DigitalFinancialReporting/Ontologies/US-GAAP-LogicalModel.xml#Exemplar</rdfs:subClassOf>
   </Exemplar>
</rdf:RDF>
