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


URI

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

Label

Entry into force statute

Usage

DOMAINPROPERTYRANGE
http://purl.org/finlex/schema/laki/Statute http://purl.org/finlex/schema/laki/entryIntoForceBy http://purl.org/finlex/schema/laki/Statute

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://purl.org/finlex/schema/laki/entryIntoForceBy> a owl:ObjectProperty ;
    rdfs:label "Entry into force statute"@en,
        "Voimaantulosäädös"@fi ;
    rdfs:domain <http://purl.org/finlex/schema/laki/Statute> ;
    rdfs:range <http://purl.org/finlex/schema/laki/Statute> .