@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/sosa/> . @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 schema: <http://schema.org/> . ns0:ActuatableProperty metadata_def:mappingLoom "actuatableproperty" ; metadata_def:mappingSameURI ns0:ActuatableProperty ; metadata_def:prefLabel "Actuatable Property" ; metadata:prefixIRI "sosa:ActuatableProperty" ; a owl:Class ; rdfs:comment "An actuatable quality (property, characteristic) of a FeatureOfInterest."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "Actuatable Property"@en ; rdfs:subClassOf owl:Thing ; skos:definition "An actuatable quality (property, characteristic) of a FeatureOfInterest."@en ; skos:example "A window actuator acts by changing the state between a frame and a window. The ability of the window to be opened and closed is its ActuatableProperty."@en . ns0:actsOnProperty schema:rangeIncludes ns0:ActuatableProperty . ns0:isActedOnBy schema:domainIncludes ns0:ActuatableProperty .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/sosa/> .
@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 schema: <http://schema.org/> .

ns0:ActuatableProperty
    metadata_def:mappingLoom "actuatableproperty" ;
    metadata_def:mappingSameURI ns0:ActuatableProperty ;
    metadata_def:prefLabel "Actuatable Property" ;
    metadata:prefixIRI "sosa:ActuatableProperty" ;
    a owl:Class ;
    rdfs:comment "An actuatable quality (property, characteristic) of a FeatureOfInterest."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "Actuatable Property"@en ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "An actuatable quality (property, characteristic) of a FeatureOfInterest."@en ;
    skos:example "A window actuator acts by changing the state between a frame and a window. The ability of the window to be opened and closed is its ActuatableProperty."@en .

ns0:actsOnProperty
    schema:rangeIncludes ns0:ActuatableProperty .

ns0:isActedOnBy
    schema:domainIncludes ns0:ActuatableProperty .