@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/sosa/> . @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 skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix schema: <http://schema.org/> . ns0:Platform metadata_def:mappingLoom "platform" ; metadata_def:mappingSameURI ns0:Platform ; metadata_def:prefLabel "Platform" ; metadata:prefixIRI "sosa:Platform" ; a owl:Class ; rdfs:comment "A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "Platform"@en ; rdfs:subClassOf owl:Thing ; skos:definition "A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms."@en ; skos:example "A post, buoy, vehicle, ship, aircraft, satellite, cell-phone, human or animal may act as platforms for (technical or biological) sensors or actuators."@en . ns0:hosts schema:domainIncludes ns0:Platform ; schema:rangeIncludes ns0:Platform . ns0:isHostedBy schema:domainIncludes ns0:Platform ; schema:rangeIncludes ns0:Platform .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/sosa/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix schema: <http://schema.org/> .

ns0:Platform
    metadata_def:mappingLoom "platform" ;
    metadata_def:mappingSameURI ns0:Platform ;
    metadata_def:prefLabel "Platform" ;
    metadata:prefixIRI "sosa:Platform" ;
    a owl:Class ;
    rdfs:comment "A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "Platform"@en ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms."@en ;
    skos:example "A post, buoy, vehicle, ship, aircraft, satellite, cell-phone, human or animal may act as platforms for (technical or biological) sensors or actuators."@en .

ns0:hosts
    schema:domainIncludes ns0:Platform ;
    schema:rangeIncludes ns0:Platform .

ns0:isHostedBy
    schema:domainIncludes ns0:Platform ;
    schema:rangeIncludes ns0:Platform .