@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://semanticscience.org/ontology/sio.owl#> .
@prefix ns6: <http://semanticscience.org/resource/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix ns4: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

dc:identifier
    a owl:AnnotationProperty .

ns4:description
    a owl:AnnotationProperty .

<http://semanticscience.org/ontology/sio.owl>
    a owl:Ontology .

ns6:SIO_000061
    dc:identifier "SIO_000061" ;
    ns4:description "A is located in B iff the spatialtemporial region occupied by A is part of the spatialtemporal region occupied by B. [T][R]"@en ;
    ns6:equivalentTo "OBO_REL:located_in" ;
    ns6:subset "core" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio.owl> ;
    rdfs:label "is located in"@en ;
    rdfs:subPropertyOf ns6:SIO_000322 ;
    owl:inverseOf ns6:SIO_000145 ;
    skos:example "A parasite in the interior of a person's intestine is located in their intestinal lumen."@en .

ns6:SIO_000145
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "is location of"@en .

ns6:SIO_000322
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:label "is spatiotemporally related to"@en .

ns6:equivalentTo
    a owl:AnnotationProperty .

ns6:subset
    a owl:AnnotationProperty .

skos:example
    a owl:AnnotationProperty .

