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


URI

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

Label

Subsection

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class http://purl.org/finlex/schema/laki/Subsection
http://purl.org/finlex/schema/laki/preamble owl:ObjectProperty http://purl.org/finlex/schema/laki/Preamble
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/Subsection> a owl:Class ;
    rdfs:label "Subsection"@en,
        "Momentti"@fi ;
    rdfs:subClassOf <http://purl.org/finlex/schema/laki/StatuteItem> .