IRI: http://visualartsdna.org/takeout/edited
@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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
tko:edited a owl:DatatypeProperty ;
rdfs:label "created" ;
rdfs:comment "The edit date for a concept. Typically used on notes, interpretations and entities" ;
rdfs:domain skos:Concept ;
rdfs:range xsd:dateTime .
<?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/edited">
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:comment>The edit date for a concept. Typically used on notes, interpretations and entities</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label>created</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/takeout/edited",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The edit date for a concept. Typically used on notes, interpretations and entities"
}
],
"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": "created"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
]
}
]<http://visualartsdna.org/takeout/edited> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://visualartsdna.org/takeout/edited> <http://www.w3.org/2000/01/rdf-schema#comment> "The edit date for a concept. Typically used on notes, interpretations and entities" .
<http://visualartsdna.org/takeout/edited> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://visualartsdna.org/takeout/edited> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://visualartsdna.org/takeout/edited> <http://www.w3.org/2000/01/rdf-schema#label> "created" .