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


URI

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

Label

Date of entry into force

Usage

DOMAINPROPERTYRANGE
http://purl.org/finlex/schema/laki/Statute http://purl.org/finlex/schema/laki/entryIntoForceDate xsd:date

Implementation

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://purl.org/finlex/schema/laki/entryIntoForceDate> a owl:DatatypeProperty ;
    rdfs:label "Date of entry into force"@en,
        "Voimaantulopäivämäärä"@fi ;
    rdfs:domain <http://purl.org/finlex/schema/laki/Statute> ;
    rdfs:range xsd:date ;
    rdfs:subPropertyOf dc:date .