IRI: http://purl.org/spar/pro/isRoleIn
@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 tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pro:isRoleIn a owl:ObjectProperty ;
rdfs:label "is role in"@en ;
vann:example """
:my-person
pro:holdsRoleInTime :my-person-role .
:my-person-role a pro:RoleInTime .
pro:archivist
pro:isRoleIn :my-person-role .
""" ;
rdfs:comment "The relation between the definition of a specific role and the situation of an agent holding that role."@en ;
rdfs:domain pro:Role ;
rdfs:isDefinedBy pro: ;
rdfs:range pro:RoleInTime ;
rdfs:subPropertyOf tisit:hasTimeIndexedSetting ;
owl:inverseOf pro:withRole ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
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/isRoleIn">
<rdfs:domain rdf:resource="http://purl.org/spar/pro/Role"/>
<rdfs:range rdf:resource="http://purl.org/spar/pro/RoleInTime"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/pro/withRole"/>
<rdfs:comment xml:lang="en">The relation between the definition of a specific role and the situation of an agent holding that role.</rdfs:comment>
<rdfs:label xml:lang="en">is role in</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pro/"/>
<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:archivist
pro:isRoleIn :my-person-role .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pro/isRoleIn",
"@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\n pro:archivist \n pro:isRoleIn :my-person-role .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between the definition of a specific role and the situation of an agent holding that role."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pro/Role"
}
],
"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 role in"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/pro/RoleInTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pro/withRole"
}
],
"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/isRoleIn> <http://purl.org/vocab/vann/example> "\n :my-person\n pro:holdsRoleInTime :my-person-role .\n\n :my-person-role a pro:RoleInTime .\n\n pro:archivist \n pro:isRoleIn :my-person-role .\n " .
<http://purl.org/spar/pro/isRoleIn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pro/Role> .
<http://purl.org/spar/pro/isRoleIn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pro/isRoleIn> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/pro/RoleInTime> .
<http://purl.org/spar/pro/isRoleIn> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> .
<http://purl.org/spar/pro/isRoleIn> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between the definition of a specific role and the situation of an agent holding that role."@en .
<http://purl.org/spar/pro/isRoleIn> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pro/withRole> .
<http://purl.org/spar/pro/isRoleIn> <http://www.w3.org/2000/01/rdf-schema#label> "is role in"@en .
<http://purl.org/spar/pro/isRoleIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pro/isRoleIn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pro/> .