IRI: http://purl.org/spar/pro/isPersonContextFor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:isPersonContextFor a owl:ObjectProperty ;
rdfs:label "is person context for"@en ;
vann:example """
:my-person
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole pro:archivist .
:my-other-person a foaf:Person ;
pro:isPersonContextFor :my-person-role .
""" ;
rdfs:comment "The relation between a person and the role for which that person provides the context (e.g. relating a graduate student to the role of supervisor held by a faculty member)."@en ;
rdfs:isDefinedBy pro: ;
rdfs:subPropertyOf pro:isRelatedToRoleInTime ;
vs:term_status reg:statusStable .
<?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#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/pro/isPersonContextFor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/pro/isRelatedToRoleInTime"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<rdfs:comment xml:lang="en">The relation between a person and the role for which that person provides the context (e.g. relating a graduate student to the role of supervisor held by a faculty member).</rdfs:comment>
<rdfs:label xml:lang="en">is person context for</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime ;
pro:withRole pro:archivist .
:my-other-person a foaf:Person ;
pro:isPersonContextFor :my-person-role .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/isPersonContextFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole pro:archivist .\n\n :my-other-person a foaf:Person ;\n pro:isPersonContextFor :my-person-role .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a person and the role for which that person provides the context (e.g. relating a graduate student to the role of supervisor held by a faculty member)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pro/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is person context for"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/pro/isRelatedToRoleInTime"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pro/isPersonContextFor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/isPersonContextFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .
<http://purl.org/spar/pro/isPersonContextFor> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a person and the role for which that person provides the context (e.g. relating a graduate student to the role of supervisor held by a faculty member)."@en .
<http://purl.org/spar/pro/isPersonContextFor> <http://www.w3.org/2000/01/rdf-schema#label> "is person context for"@en .
<http://purl.org/spar/pro/isPersonContextFor> <http://purl.org/vocab/vann/example> "\n :my-person\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime ;\n pro:withRole pro:archivist .\n\n :my-other-person a foaf:Person ;\n pro:isPersonContextFor :my-person-role .\n " .
<http://purl.org/spar/pro/isPersonContextFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pro/isPersonContextFor> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/pro/isRelatedToRoleInTime> .