IRI: http://visualartsdna.org/thesaurus/head
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:head a owl:ObjectProperty ;
rdfs:label "head" ;
rdfs:comment "The concept corresponding to the topic's title. Expected to be a single concept, but not constrained." ;
rdfs:domain the:Topic ;
rdfs:range skos:Concept .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://visualartsdna.org/thesaurus/head">
<rdfs:comment>The concept corresponding to the topic's title. Expected to be a single concept, but not constrained.</rdfs:comment>
<rdfs:label>head</rdfs:label>
<rdfs:domain rdf:resource="http://visualartsdna.org/thesaurus/Topic"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/head",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The concept corresponding to the topic's title. Expected to be a single concept, but not constrained."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/thesaurus/Topic"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "head"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
]
}
]<http://visualartsdna.org/thesaurus/head> <http://www.w3.org/2000/01/rdf-schema#comment> "The concept corresponding to the topic's title. Expected to be a single concept, but not constrained." .
<http://visualartsdna.org/thesaurus/head> <http://www.w3.org/2000/01/rdf-schema#label> "head" .
<http://visualartsdna.org/thesaurus/head> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/thesaurus/Topic> .
<http://visualartsdna.org/thesaurus/head> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://visualartsdna.org/thesaurus/head> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .