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


URI

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

Label

Repeals statute (item)

Usage

DOMAINPROPERTYRANGE
http://purl.org/finlex/schema/laki/Statute , Blank node (see implementation) http://purl.org/finlex/schema/laki/repeals owl:Thing (inferred)

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://purl.org/finlex/schema/laki/repeals> a owl:ObjectProperty ;
    rdfs:label "Repeals statute (item)"@en,
        "Kumoaa säädöksen tai säädöksen kohdan"@fi ;
    rdfs:domain <http://purl.org/finlex/schema/laki/Statute> ;
    rdfs:range ( <http://purl.org/finlex/schema/laki/Statute> <http://purl.org/finlex/schema/laki/StatuteItem> ) .