@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 obo_purl: <http://purl.obolibrary.org/obo/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://qudt.org/schema/qudt/> . @prefix ns2: <http://www.w3.org/2006/time#> . @prefix ns3: <http://opendata.inra.fr/PO2_biorefinery/attribute/> . @prefix ns4: <http://opendata.inra.fr/PO2/> . ns4:hasDimension rdfs:domain ns0:Property . ns3:Measured_characteristic rdfs:subClassOf ns0:Property . ns3:Process_controlled_parameter rdfs:subClassOf ns0:Property . ns3:Proportion rdfs:subClassOf ns0:Property . ns1:QuantityKind owl:equivalentClass ns0:Property . ns2:TemporalDuration rdfs:subClassOf ns0:Property . ns0:Property metadata:prefixIRI "ssn:Property" ; a owl:Class ; rdfs:comment "A quality of an entity. An aspect of an entity that is intrinsic to and cannot exist without the entity."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ; rdfs:label "Property"@en ; rdfs:subClassOf obo_purl:BFO_0000019 ; skos:definition "A quality of an entity. An aspect of an entity that is intrinsic to and cannot exist without the entity."@en ; skos:prefLabel ""@de, ""@es, ""@fr, ""@it, "attribute"@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 obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://qudt.org/schema/qudt/> .
@prefix ns2: <http://www.w3.org/2006/time#> .
@prefix ns3: <http://opendata.inra.fr/PO2_biorefinery/attribute/> .
@prefix ns4: <http://opendata.inra.fr/PO2/> .

ns4:hasDimension
    rdfs:domain ns0:Property .

ns3:Measured_characteristic
    rdfs:subClassOf ns0:Property .

ns3:Process_controlled_parameter
    rdfs:subClassOf ns0:Property .

ns3:Proportion
    rdfs:subClassOf ns0:Property .

ns1:QuantityKind
    owl:equivalentClass ns0:Property .

ns2:TemporalDuration
    rdfs:subClassOf ns0:Property .

ns0:Property
    metadata:prefixIRI "ssn:Property" ;
    a owl:Class ;
    rdfs:comment "A quality of an entity. An aspect of an entity that is intrinsic to and cannot exist without the entity."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
    rdfs:label "Property"@en ;
    rdfs:subClassOf obo_purl:BFO_0000019 ;
    skos:definition "A quality of an entity. An aspect of an entity that is intrinsic to and cannot exist without the entity."@en ;
    skos:prefLabel ""@de, ""@es, ""@fr, ""@it, "attribute"@en .