@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns0: <http://rs.tdwg.org/acsubtype/values/> . <http://rs.tdwg.org/acsubtype/values/Animation.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/DesignPlan.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/Diagram.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/Drawing.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/Film.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/GlossaryPage.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/Graphic.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/Icon.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/IdentificationKey.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/Illustration.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/Logo.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/Map.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/MultimediaLearningObject.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/MusicalNotation.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/Painting.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/Photograph.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/RecordedOrganism.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/RecordedText.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/ScannedText.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/SlideShow.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/TaxonPage.ttl> a foaf:document . <http://rs.tdwg.org/acsubtype/values/VirtualRealityEnvironment.ttl> a foaf:document . foaf:document metadata_def:mappingLoom "document" ; metadata_def:mappingSameURI foaf:document ; metadata_def:prefLabel "document" ; metadata:prefixIRI "foaf:document" ; a owl:Class ; rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns0: <http://rs.tdwg.org/acsubtype/values/> .

<http://rs.tdwg.org/acsubtype/values/Animation.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/DesignPlan.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/Diagram.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/Drawing.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/Film.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/GlossaryPage.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/Graphic.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/Icon.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/IdentificationKey.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/Illustration.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/Logo.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/Map.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/MultimediaLearningObject.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/MusicalNotation.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/Painting.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/Photograph.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/RecordedOrganism.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/RecordedText.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/ScannedText.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/SlideShow.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/TaxonPage.ttl>
    a foaf:document .

<http://rs.tdwg.org/acsubtype/values/VirtualRealityEnvironment.ttl>
    a foaf:document .

foaf:document
    metadata_def:mappingLoom "document" ;
    metadata_def:mappingSameURI foaf:document ;
    metadata_def:prefLabel "document" ;
    metadata:prefixIRI "foaf:document" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing .