crm:P130i_features_are_also_found_on


URI

http://www.cidoc-crm.org/cidoc-crm/P130i_features_are_also_found_on

Label

P130 features are also found on

Usage

DOMAINPROPERTYRANGE
crm:E70_Thing crm:P130i_features_are_also_found_on crm:E70_Thing

Implementation

@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix ecrm: <http://erlangen-crm.org/current/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

crm:P130i_features_are_also_found_on a owl:ObjectProperty ;
    rdfs:label "P130 features are also found on"@en ;
    rdfs:domain crm:E70_Thing ;
    rdfs:range crm:E70_Thing ;
    owl:equivalentProperty ecrm:P130i_features_are_also_found_on ;
    owl:inverseOf crm:P130_shows_features_of ;
    skos:notation "P130i"^^xsd:string .