IRI: http://visualartsdna.org/takeout/urlDescription
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tko: <http://visualartsdna.org/takeout/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
tko:urlDescription a owl:DatatypeProperty ;
rdfs:label "url description" ;
rdfs:comment "Text describing the content at the URL. An element of a URI tko:link reference." ;
rdfs:range xsd:string .
<?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/takeout/urlDescription">
<rdfs:label>url description</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Text describing the content at the URL. An element of a URI tko:link reference.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/takeout/urlDescription",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Text describing the content at the URL. An element of a URI tko:link reference."
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "url description"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<http://visualartsdna.org/takeout/urlDescription> <http://www.w3.org/2000/01/rdf-schema#label> "url description" .
<http://visualartsdna.org/takeout/urlDescription> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://visualartsdna.org/takeout/urlDescription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/takeout/urlDescription> <http://www.w3.org/2000/01/rdf-schema#comment> "Text describing the content at the URL. An element of a URI tko:link reference." .