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


URI

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

Label

Title

Usage

DOMAINPROPERTYRANGE
http://purl.org/finlex/schema/laki/Statute http://purl.org/finlex/schema/laki/title owl:Thing (inferred)

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/title> a owl:DatatypeProperty ;
    rdfs:label "Title"@en,
        "Nimike"@fi ;
    rdfs:domain <http://purl.org/finlex/schema/laki/Statute> ;
    rdfs:subPropertyOf rdfs:label .