@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#> . ns0:hasProperty owl:inverseOf ns0:isPropertyOf . ns0:isPropertyOf a owl:ObjectProperty ; rdfs:comment "Relation between a FeatureOfInterest and a Property (a Quality observable by a sensor) of that feature." ; rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/ssn" ; rdfs:label "is property of" ; rdfs:seeAlso "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ; rdfs:subPropertyOf ns1:isQualityOf .
@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#> .

ns0:hasProperty
    owl:inverseOf ns0:isPropertyOf .

ns0:isPropertyOf
    a owl:ObjectProperty ;
    rdfs:comment "Relation between a FeatureOfInterest and a Property (a Quality observable by a sensor) of that feature." ;
    rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/ssn" ;
    rdfs:label "is property of" ;
    rdfs:seeAlso "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
    rdfs:subPropertyOf ns1:isQualityOf .