@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/sulo/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:Feature rdfs:subClassOf ns0:Object . ns0:Object metadata_def:mappingLoom "object" ; metadata_def:mappingSameURI ns0:Object ; metadata_def:prefLabel "object"@en ; metadata:prefixIRI "sulo:Object" ; a owl:Class ; rdfs:comment "An object is an entity that maintains its identity through time, and does not have processes as its parts." ; rdfs:label "object"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:Process ; skos:example "a heart, the function to pump blood, the role of a doctor"@en . ns0:SpatialObject rdfs:subClassOf ns0:Object . ns0:hasParticipant rdfs:range ns0:Object . ns0:isParticipantIn rdfs:domain ns0:Object .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/sulo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:Feature
    rdfs:subClassOf ns0:Object .

ns0:Object
    metadata_def:mappingLoom "object" ;
    metadata_def:mappingSameURI ns0:Object ;
    metadata_def:prefLabel "object"@en ;
    metadata:prefixIRI "sulo:Object" ;
    a owl:Class ;
    rdfs:comment "An object is an entity that maintains its identity through time, and does not have processes as its parts." ;
    rdfs:label "object"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:Process ;
    skos:example "a heart, the function to pump blood, the role of a doctor"@en .

ns0:SpatialObject
    rdfs:subClassOf ns0:Object .

ns0:hasParticipant
    rdfs:range ns0:Object .

ns0:isParticipantIn
    rdfs:domain ns0:Object .