@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/ssn/> . @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 ns1: <http://www.w3.org/ns/sosa/> . ns1:Actuator rdfs:subClassOf ns0:System . ns1:Sampler rdfs:subClassOf ns0:System . ns1:Sensor rdfs:subClassOf ns0:System . ns0:System metadata_def:mappingLoom "system" ; metadata_def:mappingSameURI ns0:System ; metadata_def:prefLabel "System" ; metadata:prefixIRI "ssn:System" ; a owl:Class ; rdfs:comment "System is a unit of abstraction for pieces of infrastructure that implement Procedures. A System may have components, its subsystems, which are other systems."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ; rdfs:label "System"@en ; rdfs:subClassOf owl:Thing ; skos:definition "System is a unit of abstraction for pieces of infrastructure that implement Procedures. A System may have components, its subsystems, which are other systems."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/ssn/> .
@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 ns1: <http://www.w3.org/ns/sosa/> .

ns1:Actuator
    rdfs:subClassOf ns0:System .

ns1:Sampler
    rdfs:subClassOf ns0:System .

ns1:Sensor
    rdfs:subClassOf ns0:System .

ns0:System
    metadata_def:mappingLoom "system" ;
    metadata_def:mappingSameURI ns0:System ;
    metadata_def:prefLabel "System" ;
    metadata:prefixIRI "ssn:System" ;
    a owl:Class ;
    rdfs:comment "System is a unit of abstraction for pieces of infrastructure that implement Procedures. A System may have components, its subsystems, which are other systems."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
    rdfs:label "System"@en ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "System is a unit of abstraction for pieces of infrastructure that implement Procedures. A System may have components, its subsystems, which are other systems."@en .