IRI: http://visualartsdna.org/takeout/link
@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 tko: <http://visualartsdna.org/takeout/> .
tko:link a owl:ObjectProperty ;
rdfs:label "link" ;
rdfs:comment "A reference to a external URI, typically a link captured in a google keep note " ;
rdfs:domain skos:Concept ;
rdfs:range rdfs:Resource .
<?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/link">
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment>A reference to a external URI, typically a link captured in a google keep note </rdfs:comment>
<rdfs:label>link</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/takeout/link",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A reference to a external URI, typically a link captured in a google keep note "
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "link"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2000/01/rdf-schema#Resource"
}
]
}
]<http://visualartsdna.org/takeout/link> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://visualartsdna.org/takeout/link> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://visualartsdna.org/takeout/link> <http://www.w3.org/2000/01/rdf-schema#comment> "A reference to a external URI, typically a link captured in a google keep note " .
<http://visualartsdna.org/takeout/link> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://visualartsdna.org/takeout/link> <http://www.w3.org/2000/01/rdf-schema#label> "link" .