http://semanticscience.org/resource/isUnitOf
is unit of is a relation between a unit and a quantity that it is a multiple of.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| unit of measurement | is unit of | owl:Thing (inferred) |
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .
sio:isUnitOf a owl:ObjectProperty ;
rdfs:label "is unit of"@en ;
dct:description "is unit of is a relation between a unit and a quantity that it is a multiple of."@en ;
rdfs:domain sio:UnitOfMeasurement ;
rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
rdfs:subPropertyOf sio:isAttributeOf .