@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @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/> . obo_purl:BFO_0000001 metadata_def:mappingLoom "entity" ; metadata_def:mappingSameURI obo_purl:BFO_0000001 ; metadata_def:prefLabel "entity" ; metadata:prefixIRI "BFO:0000001" ; obo_purl:IAO_0000112 "Julius Caesar"@en, "Verdi’s Requiem"@en, "the Second World War"@en, "your body mass index"@en ; a owl:Class ; rdfs:label "entity"@en ; rdfs:subClassOf owl:Thing . obo_purl:BFO_0000002 rdfs:subClassOf obo_purl:BFO_0000001 . obo_purl:BFO_0000003 rdfs:subClassOf obo_purl:BFO_0000001 .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@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/> .

obo_purl:BFO_0000001
    metadata_def:mappingLoom "entity" ;
    metadata_def:mappingSameURI obo_purl:BFO_0000001 ;
    metadata_def:prefLabel "entity" ;
    metadata:prefixIRI "BFO:0000001" ;
    obo_purl:IAO_0000112 "Julius Caesar"@en, "Verdi’s Requiem"@en, "the Second World War"@en, "your body mass index"@en ;
    a owl:Class ;
    rdfs:label "entity"@en ;
    rdfs:subClassOf owl:Thing .

obo_purl:BFO_0000002
    rdfs:subClassOf obo_purl:BFO_0000001 .

obo_purl:BFO_0000003
    rdfs:subClassOf obo_purl:BFO_0000001 .