:hasSubjectTerm leaf node


URI

http://purl.org/spar/fabio/hasSubjectTerm

Label

has subject term

Description

This property is used to associate a frbr:Endeavour to a term in a particular classification system.

Inherits from

Usage

DOMAINPROPERTYRANGE
frbr:Endeavour :hasSubjectTerm :SubjectTerm

Implementation

@prefix : <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasSubjectTerm a owl:ObjectProperty ;
    rdfs:label "has subject term"@en ;
    rdfs:comment "This property is used to associate a frbr:Endeavour to a term in a particular classification system."@en ;
    rdfs:domain frbr:Endeavour ;
    rdfs:range :SubjectTerm ;
    rdfs:subPropertyOf owl:topObjectProperty .