@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.loa-cnr.it/ontologies/DUL.owl#> . @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 metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://purl.oclc.org/NET/ssnx/ssn#> . @prefix ns2: <http://kmi.open.ac.uk/projects/smartproducts/ontologies/generic.owl#> . ns2:PhysicalEntityInSpace rdfs:subClassOf ns0:PhysicalObject . ns1:Platform rdfs:subClassOf ns0:PhysicalObject . ns1:Sensor rdfs:subClassOf ns0:PhysicalObject . ns1:System rdfs:subClassOf ns0:PhysicalObject . ns0:PhysicalObject metadata_def:mappingLoom "physicalobject" ; metadata_def:mappingSameURI ns0:PhysicalObject ; metadata_def:prefLabel "PhysicalObject" ; metadata:prefixIRI "DUL:PhysicalObject", "dul:PhysicalObject" ; a owl:Class ; rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.loa-cnr.it/ontologies/DUL.owl#> .
@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 metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://purl.oclc.org/NET/ssnx/ssn#> .
@prefix ns2: <http://kmi.open.ac.uk/projects/smartproducts/ontologies/generic.owl#> .

ns2:PhysicalEntityInSpace
    rdfs:subClassOf ns0:PhysicalObject .

ns1:Platform
    rdfs:subClassOf ns0:PhysicalObject .

ns1:Sensor
    rdfs:subClassOf ns0:PhysicalObject .

ns1:System
    rdfs:subClassOf ns0:PhysicalObject .

ns0:PhysicalObject
    metadata_def:mappingLoom "physicalobject" ;
    metadata_def:mappingSameURI ns0:PhysicalObject ;
    metadata_def:prefLabel "PhysicalObject" ;
    metadata:prefixIRI "DUL:PhysicalObject", "dul:PhysicalObject" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing .