@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.oclc.org/NET/ssnx/ssn#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.loa-cnr.it/ontologies/DUL.owl#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns2: <http://purl.oclc.org/NET/ssnx/> . @prefix ns3: <http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . ns0:Device rdfs:subClassOf ns0:System . ns0:System metadata_def:mappingLoom "system" ; metadata_def:mappingSameURI ns0:System ; metadata_def:prefLabel "System" ; metadata:prefixIRI "ssn:System" ; dc:source "http://www.w3.org/2005/Incubator/ssn/" ; a owl:Class ; rdfs:comment "System is a unit of abstraction for pieces of infrastructure (and we largely care that they are) for sensing. A system has components, its subsystems, which are other systems." ; rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/ssn" ; rdfs:label "System" ; rdfs:seeAlso "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#System" ; rdfs:subClassOf ns1:PhysicalObject .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.oclc.org/NET/ssnx/ssn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.loa-cnr.it/ontologies/DUL.owl#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns2: <http://purl.oclc.org/NET/ssnx/> .
@prefix ns3: <http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

ns0:Device
    rdfs:subClassOf ns0:System .

ns0:System
    metadata_def:mappingLoom "system" ;
    metadata_def:mappingSameURI ns0:System ;
    metadata_def:prefLabel "System" ;
    metadata:prefixIRI "ssn:System" ;
    dc:source "http://www.w3.org/2005/Incubator/ssn/" ;
    a owl:Class ;
    rdfs:comment "System is a unit of abstraction for pieces of infrastructure (and we largely care that they are) for sensing. A system has components, its subsystems, which are other systems." ;
    rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/ssn" ;
    rdfs:label "System" ;
    rdfs:seeAlso "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#System" ;
    rdfs:subClassOf ns1:PhysicalObject .