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


URI

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

Label

Paragraph

Usage

Instances of http://purl.org/finlex/schema/laki/Paragraph 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/Paragraph> a owl:Class ;
    rdfs:label "Paragraph"@en,
        "Kohta"@fi ;
    rdfs:subClassOf <http://purl.org/finlex/schema/laki/StatuteItem> .