IRI: http://visualartsdna.org/model/collaboratesWith
@prefix cwva: <http://visualartsdna.org/model/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cwva:collaboratesWith a owl:ObjectProperty ;
rdfs:label "collaborates with" ;
rdfs:comment "Another artist collaborating on a project." ;
rdfs:domain cwva:VisualArtist ;
rdfs:isDefinedBy cwva: ;
rdfs:range cwva:VisualArtist ;
rdfs:seeAlso <https://en.wikipedia.org/wiki/Collaborator> .
<?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/model/collaboratesWith">
<rdfs:label>collaborates with</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://visualartsdna.org/model/"/>
<rdfs:comment>Another artist collaborating on a project.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Collaborator"/>
<rdfs:range rdf:resource="http://visualartsdna.org/model/VisualArtist"/>
<rdfs:domain rdf:resource="http://visualartsdna.org/model/VisualArtist"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://visualartsdna.org/model/collaboratesWith",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Another artist collaborating on a project."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://visualartsdna.org/model/VisualArtist"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://visualartsdna.org/model/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "collaborates with"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://visualartsdna.org/model/VisualArtist"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "https://en.wikipedia.org/wiki/Collaborator"
}
]
}
]<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://en.wikipedia.org/wiki/Collaborator> .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#label> "collaborates with" .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#range> <http://visualartsdna.org/model/VisualArtist> .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#domain> <http://visualartsdna.org/model/VisualArtist> .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://visualartsdna.org/model/> .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/2000/01/rdf-schema#comment> "Another artist collaborating on a project." .
<http://visualartsdna.org/model/collaboratesWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .