@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 skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ns0: <http://purl.obolibrary.org/obo/esmo.owl#> . obo_purl:BFO_0000001 metadata_def:mappingLoom "entity" ; metadata_def:mappingSameURI obo_purl:BFO_0000001 ; dc:identifier "001-BFO" ; a owl:Class ; rdfs:label "entity"@en ; rdfs:subClassOf owl:Thing ; skos:definition "(Elucidation) An entity is anything that exists or has existed or will exist"@en ; skos:example "Julius Caesar, the Second World War, your body mass index, Verdi's Requiem."@en ; skos:prefLabel "entity"@en . obo_purl:BFO_0000002 rdfs:subClassOf obo_purl:BFO_0000001 . obo_purl:BFO_0000003 rdfs:subClassOf obo_purl:BFO_0000001 . ns0:Concept rdfs:subClassOf obo_purl:BFO_0000001 . ns0:causal_relation_between_entities rdfs:domain obo_purl:BFO_0000001 ; rdfs:range obo_purl:BFO_0000001 . ns0:causally_influences rdfs:domain obo_purl:BFO_0000001 ; rdfs:range 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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://purl.obolibrary.org/obo/esmo.owl#> .

obo_purl:BFO_0000001
    metadata_def:mappingLoom "entity" ;
    metadata_def:mappingSameURI obo_purl:BFO_0000001 ;
    dc:identifier "001-BFO" ;
    a owl:Class ;
    rdfs:label "entity"@en ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "(Elucidation) An entity is anything that exists or has existed or will exist"@en ;
    skos:example "Julius Caesar, the Second World War, your body mass index, Verdi's Requiem."@en ;
    skos:prefLabel "entity"@en .

obo_purl:BFO_0000002
    rdfs:subClassOf obo_purl:BFO_0000001 .

obo_purl:BFO_0000003
    rdfs:subClassOf obo_purl:BFO_0000001 .

ns0:Concept
    rdfs:subClassOf obo_purl:BFO_0000001 .

ns0:causal_relation_between_entities
    rdfs:domain obo_purl:BFO_0000001 ;
    rdfs:range obo_purl:BFO_0000001 .

ns0:causally_influences
    rdfs:domain obo_purl:BFO_0000001 ;
    rdfs:range obo_purl:BFO_0000001 .