ontology:hasTitle leaf node


URI

https://euraknos.eu/ontology#hasTitle

Label

hasTitle

Description

The title of an output (i.e. a data object) coming from a Thematic Network.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ontology:hasTitle xsd:string

Implementation

@prefix : <https://euraknos.eu/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasTitle a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasTitle"@en ;
    rdfs:comment "The title of an output (i.e. a data object) coming from a Thematic Network."@en ;
    rdfs:range xsd:string .