http://purl.org/finlex/schema/laki/refersTo leaf node


URI

http://purl.org/finlex/schema/laki/refersTo

Label

Refers to statute (item)

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) , Blank node (see implementation) http://purl.org/finlex/schema/laki/refersTo owl:Thing (inferred)

Implementation

@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#> .

<http://purl.org/finlex/schema/laki/refersTo> a owl:ObjectProperty ;
    rdfs:label "Refers to statute (item)"@en,
        "Viittaa säädökseen tai säädökseen kohtaan"@fi ;
    rdfs:domain ( <http://purl.org/finlex/schema/laki/Statute> <http://purl.org/finlex/schema/laki/StatuteItem> ) ;
    rdfs:range ( <http://purl.org/finlex/schema/laki/Statute> <http://purl.org/finlex/schema/laki/StatuteItem> <http://purl.org/finlex/schema/laki/InTextReference> ) .