https://euraknos.eu/ontology#hasFullName
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | ontology:hasFullName | xsd:string |
@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#> .
:hasFullName a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "hasFullName"@en ;
rdfs:comment "The full name of a Thematic Network."@en ;
rdfs:range xsd:string .