is model of leaf node


URI

http://semanticscience.org/resource/isModelOf

Label

is model of

Description

is model of is a relation between a model (an artifact) and the entity it purports to represent.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is model of owl:Thing (inferred)

Implementation

@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/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sio:isModelOf a owl:ObjectProperty ;
    rdfs:label "is model of"@en ;
    dct:description "is model of is a relation between a model (an artifact) and the entity it purports to represent."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:represents ;
    owl:inverseOf sio:isModelledBy ;
    skos:example "the architect builds a model that represents the building she envisions."@en .