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


URI

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

Label

Subject

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) http://purl.org/finlex/schema/laki/subject skos:Concept

Implementation

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://purl.org/finlex/schema/laki/subject> a owl:ObjectProperty ;
    rdfs:label "Subject"@en,
        "Aihe"@fi ;
    rdfs:domain ( <http://purl.org/finlex/schema/laki/Statute> <http://purl.org/finlex/schema/laki/StatuteItem> ) ;
    rdfs:range skos:Concept ;
    rdfs:subPropertyOf dc:subject .