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


URI

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

Label

Section

Usage

Instances of http://purl.org/finlex/schema/laki/Section can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class http://purl.org/finlex/schema/laki/StatuteItem
http://purl.org/finlex/schema/laki/itemHeading owl:DatatypeProperty owl:Thing
http://purl.org/finlex/schema/laki/text owl:ObjectProperty http://purl.org/finlex/schema/laki/Text

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/Section> a owl:Class ;
    rdfs:label "Section"@en,
        "Pykälä"@fi ;
    rdfs:subClassOf <http://purl.org/finlex/schema/laki/StatuteItem> .