IRI: http://visualartsdna.org/thesaurus/wikipedia
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix the: <http://visualartsdna.org/thesaurus/> .
the:wikipedia a owl:ObjectProperty ;
rdfs:label "wikipedia" ;
rdfs:comment "range is any valid URI, but intended to be a wikipedia link" ;
rdfs:domain the:Entity .
<?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/wikipedia">
<rdfs:comment>range is any valid URI, but intended to be a wikipedia link</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/thesaurus/Entity"/>
<rdfs:label>wikipedia</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/thesaurus/wikipedia",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "range is any valid URI, but intended to be a wikipedia link"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/thesaurus/Entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "wikipedia"
}
]
}
]<http://visualartsdna.org/thesaurus/wikipedia> <http://www.w3.org/2000/01/rdf-schema#comment> "range is any valid URI, but intended to be a wikipedia link" .
<http://visualartsdna.org/thesaurus/wikipedia> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/thesaurus/wikipedia> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/thesaurus/Entity> .
<http://visualartsdna.org/thesaurus/wikipedia> <http://www.w3.org/2000/01/rdf-schema#label> "wikipedia" .