factoid:has_interpretation leaf node


URI

http://purl.com/net/factoid#has_interpretation

Label

has target

Usage

DOMAINPROPERTYRANGE
factoid:Document_Interpretation_Act factoid:has_interpretation factoid:Temporal_Entity

Implementation

@prefix : <http://purl.com/net/factoid#> .
@prefix cidoc_crm: <http://www.cidoc-crm.org/rdfs/cidoc_crm_v5.0.4_english_label.rdfs#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:has_interpretation a owl:ObjectProperty ;
    rdfs:label "has target"^^xsd:string ;
    rdfs:domain :Document_Interpretation_Act ;
    rdfs:range :Temporal_Entity ;
    rdfs:subPropertyOf cidoc_crm:P141F.assigned .