IRI: http://purl.org/spar/pwo/Action
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix planex: <http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix taskex: <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
@prefix ti: <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pwo:Action a owl:Class ;
rdfs:label "action" ;
vann:example """
:my-workflow-execution a pwo:WorkflowExecution ;
pwo:executes :my-workflow ;
pwo:involvesAction
:my-action .
:my-action a pwo:Action ;
dcterms:description 'John Doe submits the paper' ;
tisit:atTime :my-action-time ;
part:hasParticipant
:my-person ,
:my-draft .
""" ;
rdfs:comment "An event with at least one agent that is participant in it and that is linked to a workflow execution and to a step of the related workflow description." ;
rdfs:isDefinedBy pwo: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty pwo:happened ;
owl:someValuesFrom ti:TimeInterval ],
[ a owl:Class ;
owl:intersectionOf ( planex:Action taskex:Action ) ] ;
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:nodeID="n4b8df063b2af456380c02fda53b59223b23">
<rdf:first rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#Action"/>
<rdf:rest rdf:nodeID="n4b8df063b2af456380c02fda53b59223b24"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/pwo/Action">
<rdfs:label>action</rdfs:label>
<rdfs:comment>An event with at least one agent that is participant in it and that is linked to a workflow execution and to a step of the related workflow description.</rdfs:comment>
<rdfs:subClassOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b21"/>
<rdfs:subClassOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b22"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-workflow-execution a pwo:WorkflowExecution ;
pwo:executes :my-workflow ;
pwo:involvesAction
:my-action .
:my-action a pwo:Action ;
dcterms:description 'John Doe submits the paper' ;
tisit:atTime :my-action-time ;
part:hasParticipant
:my-person ,
:my-draft .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b22">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b23"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b21">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/pwo/happened"/>
<owl:someValuesFrom rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b24">
<rdf:first rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/Action",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow-execution a pwo:WorkflowExecution ;\n pwo:executes :my-workflow ;\n pwo:involvesAction \n :my-action .\n\n :my-action a pwo:Action ;\n dcterms:description 'John Doe submits the paper' ;\n tisit:atTime :my-action-time ;\n part:hasParticipant\n :my-person ,\n :my-draft .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An event with at least one agent that is participant in it and that is linked to a workflow execution and to a step of the related workflow description."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "action"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b21"
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b22"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b21",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/pwo/happened"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b22",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#Action"
},
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action"
}
]
}
]
}
]_:n4b8df063b2af456380c02fda53b59223b23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4b8df063b2af456380c02fda53b59223b24 .
<http://purl.org/spar/pwo/Action> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/Action> <http://www.w3.org/2000/01/rdf-schema#label> "action" .
<http://purl.org/spar/pwo/Action> <http://purl.org/vocab/vann/example> "\n :my-workflow-execution a pwo:WorkflowExecution ;\n pwo:executes :my-workflow ;\n pwo:involvesAction \n :my-action .\n\n :my-action a pwo:Action ;\n dcterms:description 'John Doe submits the paper' ;\n tisit:atTime :my-action-time ;\n part:hasParticipant\n :my-person ,\n :my-draft .\n " .
<http://purl.org/spar/pwo/Action> <http://www.w3.org/2000/01/rdf-schema#comment> "An event with at least one agent that is participant in it and that is linked to a workflow execution and to a step of the related workflow description." .
_:n4b8df063b2af456380c02fda53b59223b22 <http://www.w3.org/2002/07/owl#intersectionOf> _:n4b8df063b2af456380c02fda53b59223b23 .
<http://purl.org/spar/pwo/Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4b8df063b2af456380c02fda53b59223b21 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/pwo/happened> .
_:n4b8df063b2af456380c02fda53b59223b21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4b8df063b2af456380c02fda53b59223b23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#Action> .
_:n4b8df063b2af456380c02fda53b59223b24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4b8df063b2af456380c02fda53b59223b21 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> .
_:n4b8df063b2af456380c02fda53b59223b24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action> .
<http://purl.org/spar/pwo/Action> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/Action> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n4b8df063b2af456380c02fda53b59223b21 .
_:n4b8df063b2af456380c02fda53b59223b22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/pwo/Action> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n4b8df063b2af456380c02fda53b59223b22 .
IRI: http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix taskex: <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
taskex:Action a owl:Class ;
rdfs:label "action"@en ;
rdfs:comment "An event with at least one agent participating in it, and that executes a task." ;
rdfs:isDefinedBy taskex: .
<?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://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action">
<rdfs:label xml:lang="en">action</rdfs:label>
<rdfs:comment>An event with at least one agent participating in it, and that executes a task.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An event with at least one agent participating in it, and that executes a task."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "action"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action> <http://www.w3.org/2000/01/rdf-schema#label> "action"@en .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action> <http://www.w3.org/2000/01/rdf-schema#comment> "An event with at least one agent participating in it, and that executes a task." .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#Action
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix planex: <http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
planex:Action a owl:Class ;
rdfs:label "action"@en ;
rdfs:comment "An event with at least one agent that participates in it, and that executes a task." ;
rdfs:isDefinedBy <hhttp://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#> .
<?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://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#Action">
<rdfs:comment>An event with at least one agent that participates in it, and that executes a task.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">action</rdfs:label>
<rdfs:isDefinedBy rdf:resource="hhttp://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#Action",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An event with at least one agent that participates in it, and that executes a task."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "hhttp://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "action"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#Action> <http://www.w3.org/2000/01/rdf-schema#comment> "An event with at least one agent that participates in it, and that executes a task." .
<http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#Action> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#Action> <http://www.w3.org/2000/01/rdf-schema#label> "action"@en .
<http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#Action> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <hhttp://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#> .
IRI: http://www.w3.org/2006/time#DurationDescription
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
time:DurationDescription a owl:Class ;
rdfs:label "duration description"@en ;
rdfs:comment "Description of temporal extent structured with separate values for the various elements of a calendar-clock system." ;
rdfs:isDefinedBy time: .
<?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://www.w3.org/2006/time#DurationDescription">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2006/time#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">duration description</rdfs:label>
<rdfs:comment>Description of temporal extent structured with separate values for the various elements of a calendar-clock system.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2006/time#DurationDescription",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Description of temporal extent structured with separate values for the various elements of a calendar-clock system."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2006/time#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "duration description"
}
]
}
]<http://www.w3.org/2006/time#DurationDescription> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2006/time#DurationDescription> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2006/time#> .
<http://www.w3.org/2006/time#DurationDescription> <http://www.w3.org/2000/01/rdf-schema#label> "duration description"@en .
<http://www.w3.org/2006/time#DurationDescription> <http://www.w3.org/2000/01/rdf-schema#comment> "Description of temporal extent structured with separate values for the various elements of a calendar-clock system." .
IRI: http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
part:Event a owl:Class ;
rdfs:label "event"@en ;
rdfs:comment "An event that may happen during a publishing process, such as writing a draft, sending a preprint, publishing a paper, etc." ;
rdfs:isDefinedBy part: .
<?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://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">event</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"/>
<rdfs:comment>An event that may happen during a publishing process, such as writing a draft, sending a preprint, publishing a paper, etc.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An event that may happen during a publishing process, such as writing a draft, sending a preprint, publishing a paper, etc."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "event"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> <http://www.w3.org/2000/01/rdf-schema#label> "event"@en .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> <http://www.w3.org/2000/01/rdf-schema#comment> "An event that may happen during a publishing process, such as writing a draft, sending a preprint, publishing a paper, etc." .
IRI: http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
part:Object a owl:Class ;
rdfs:label "object"@en ;
rdfs:comment "Any physical, social, or mental object, or substance."@en ;
rdfs:isDefinedBy part: .
<?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://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">object</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"/>
<rdfs:comment xml:lang="en">Any physical, social, or mental object, or substance.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Any physical, social, or mental object, or substance."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "object"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object> <http://www.w3.org/2000/01/rdf-schema#label> "object"@en .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object> <http://www.w3.org/2000/01/rdf-schema#comment> "Any physical, social, or mental object, or substance."@en .
IRI: http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#Plan
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix plandesc: <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
plandesc:Plan a owl:Class ;
rdfs:label "plan"@en ;
rdfs:comment "A description having an explicit goal to be achieved by executing tasks."@en ;
rdfs:isDefinedBy plandesc: .
<?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://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#Plan">
<rdfs:comment xml:lang="en">A description having an explicit goal to be achieved by executing tasks.</rdfs:comment>
<rdfs:label xml:lang="en">plan</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#Plan",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A description having an explicit goal to be achieved by executing tasks."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "plan"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#Plan> <http://www.w3.org/2000/01/rdf-schema#comment> "A description having an explicit goal to be achieved by executing tasks."@en .
<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#Plan> <http://www.w3.org/2000/01/rdf-schema#label> "plan"@en .
<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#Plan> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#Plan> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#PlanExecution
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix planex: <http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
planex:PlanExecution a owl:Class ;
rdfs:label "plan execution"@en ;
rdfs:comment "An event with at least one agent participating in it, and that executes a task." ;
rdfs:isDefinedBy planex: .
<?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://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#PlanExecution">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#"/>
<rdfs:comment>An event with at least one agent participating in it, and that executes a task.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">plan execution</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#PlanExecution",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "An event with at least one agent participating in it, and that executes a task."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "plan execution"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#PlanExecution> <http://www.w3.org/2000/01/rdf-schema#comment> "An event with at least one agent participating in it, and that executes a task." .
<http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#PlanExecution> <http://www.w3.org/2000/01/rdf-schema#label> "plan execution"@en .
<http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#PlanExecution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#PlanExecution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
sit:Situation a owl:Class ;
rdfs:label "situation"@en ;
rdfs:comment "A view on a set of entities. It can be seen as a 'relational context', reifying a relation."@en ;
rdfs:isDefinedBy sit: .
<?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://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation">
<rdfs:comment xml:lang="en">A view on a set of entities. It can be seen as a 'relational context', reifying a relation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">situation</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A view on a set of entities. It can be seen as a 'relational context', reifying a relation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "situation"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/2000/01/rdf-schema#comment> "A view on a set of entities. It can be seen as a 'relational context', reifying a relation."@en .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> <http://www.w3.org/2000/01/rdf-schema#label> "situation"@en .
IRI: http://purl.org/spar/pwo/Step
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix parameter: <http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#> .
@prefix plandesc: <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix taskex: <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
@prefix taskrole: <http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
pwo:Step a owl:Class ;
rdfs:label "step"@en ;
vann:example """
:step-one a pwo:Step ;
pwo:hasNextStep :step-two ;
taskex:isExecutedIn :my-action ;
pwo:needs :my-draft ;
pwo:produces :my-output .
""" ;
rdfs:comment "An atomic unit of a workflow, that may be characterized by a starting time and an ending time, and may be associated with one or more events. A workflow step usually involves some input information, material or energy needed to complete the step, and some output information, material or energy produced by that step. In the case of a publishing workflow, a step typically results in the creation of a publication entity, usually by the modification of another pre-existing publication entity, e.g. the creation of an edited paper from a rough draft, or of an HTML representation from an XML mark-up."@en ;
rdfs:isDefinedBy pwo: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom pwo:Action ;
owl:onProperty taskex:isExecutedIn ],
[ a owl:Restriction ;
owl:onClass time:DurationDescription ;
owl:onProperty parameter:hasParameter ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
[ a owl:Restriction ;
owl:allValuesFrom pwo:Workflow ;
owl:onProperty plandesc:isTaskDefinedIn ],
taskrole:Task ;
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:nodeID="n4b8df063b2af456380c02fda53b59223b26">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/pwo/Action"/>
<owl:onProperty rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/pwo/Step">
<rdfs:subClassOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b27"/>
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task"/>
<rdfs:subClassOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b26"/>
<rdfs:subClassOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b28"/>
<rdfs:label xml:lang="en">step</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An atomic unit of a workflow, that may be characterized by a starting time and an ending time, and may be associated with one or more events. A workflow step usually involves some input information, material or energy needed to complete the step, and some output information, material or energy produced by that step. In the case of a publishing workflow, a step typically results in the creation of a publication entity, usually by the modification of another pre-existing publication entity, e.g. the creation of an edited paper from a rough draft, or of an HTML representation from an XML mark-up.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:step-one a pwo:Step ;
pwo:hasNextStep :step-two ;
taskex:isExecutedIn :my-action ;
pwo:needs :my-draft ;
pwo:produces :my-output .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b27">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onClass rdf:resource="http://www.w3.org/2006/time#DurationDescription"/>
<owl:onProperty rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameter"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b28">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/pwo/Workflow"/>
<owl:onProperty rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/Step",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two ;\n taskex:isExecutedIn :my-action ;\n pwo:needs :my-draft ;\n pwo:produces :my-output .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An atomic unit of a workflow, that may be characterized by a starting time and an ending time, and may be associated with one or more events. A workflow step usually involves some input information, material or energy needed to complete the step, and some output information, material or energy produced by that step. In the case of a publishing workflow, a step typically results in the creation of a publication entity, usually by the modification of another pre-existing publication entity, e.g. the creation of an edited paper from a rough draft, or of an HTML representation from an XML mark-up."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "step"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b27"
},
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task"
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b26"
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b28"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b27",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onClass": [
{
"@id": "http://www.w3.org/2006/time#DurationDescription"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameter"
}
],
"http://www.w3.org/2002/07/owl#qualifiedCardinality": [
{
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
"@value": "1"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b26",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/pwo/Action"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b28",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/pwo/Workflow"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn"
}
]
}
]_:n4b8df063b2af456380c02fda53b59223b26 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/pwo/Action> .
<http://purl.org/spar/pwo/Step> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task> .
<http://purl.org/spar/pwo/Step> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n4b8df063b2af456380c02fda53b59223b27 .
_:n4b8df063b2af456380c02fda53b59223b26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/pwo/Step> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
_:n4b8df063b2af456380c02fda53b59223b27 <http://www.w3.org/2002/07/owl#qualifiedCardinality> "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/pwo/Step> <http://purl.org/vocab/vann/example> "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two ;\n taskex:isExecutedIn :my-action ;\n pwo:needs :my-draft ;\n pwo:produces :my-output .\n " .
<http://purl.org/spar/pwo/Step> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4b8df063b2af456380c02fda53b59223b28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/pwo/Step> <http://www.w3.org/2000/01/rdf-schema#comment> "An atomic unit of a workflow, that may be characterized by a starting time and an ending time, and may be associated with one or more events. A workflow step usually involves some input information, material or energy needed to complete the step, and some output information, material or energy produced by that step. In the case of a publishing workflow, a step typically results in the creation of a publication entity, usually by the modification of another pre-existing publication entity, e.g. the creation of an edited paper from a rough draft, or of an HTML representation from an XML mark-up."@en .
_:n4b8df063b2af456380c02fda53b59223b27 <http://www.w3.org/2002/07/owl#onClass> <http://www.w3.org/2006/time#DurationDescription> .
_:n4b8df063b2af456380c02fda53b59223b26 <http://www.w3.org/2002/07/owl#onProperty> <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn> .
_:n4b8df063b2af456380c02fda53b59223b27 <http://www.w3.org/2002/07/owl#onProperty> <http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameter> .
_:n4b8df063b2af456380c02fda53b59223b28 <http://www.w3.org/2002/07/owl#onProperty> <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn> .
<http://purl.org/spar/pwo/Step> <http://www.w3.org/2000/01/rdf-schema#label> "step"@en .
_:n4b8df063b2af456380c02fda53b59223b27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4b8df063b2af456380c02fda53b59223b28 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/pwo/Workflow> .
<http://purl.org/spar/pwo/Step> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/Step> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n4b8df063b2af456380c02fda53b59223b26 .
<http://purl.org/spar/pwo/Step> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n4b8df063b2af456380c02fda53b59223b28 .
IRI: http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix taskrole: <http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#> .
taskrole:Task a owl:Class ;
rdfs:label "task"@en ;
rdfs:comment "A piece of work to be done or undertaken." ;
rdfs:isDefinedBy taskrole: .
<?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://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task">
<rdfs:label xml:lang="en">task</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#"/>
<rdfs:comment>A piece of work to be done or undertaken.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A piece of work to be done or undertaken."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "task"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task> <http://www.w3.org/2000/01/rdf-schema#comment> "A piece of work to be done or undertaken." .
<http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task> <http://www.w3.org/2000/01/rdf-schema#label> "task"@en .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
tisit:TimeIndexedSituation a owl:Class ;
rdfs:label "time indexed situation"@en ;
rdfs:comment "A situation that is explicitly indexed at some time for at least one entity." ;
rdfs:isDefinedBy tisit: .
<?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://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"/>
<rdfs:comment>A situation that is explicitly indexed at some time for at least one entity.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">time indexed situation</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A situation that is explicitly indexed at some time for at least one entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "time indexed situation"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> <http://www.w3.org/2000/01/rdf-schema#comment> "A situation that is explicitly indexed at some time for at least one entity." .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> <http://www.w3.org/2000/01/rdf-schema#label> "time indexed situation"@en .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ti: <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
ti:TimeInterval a owl:Class ;
rdfs:label "time interval"@en ;
rdfs:comment "Two (starting and ending) points in time that define a particular period of time." ;
rdfs:isDefinedBy ti: .
<?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://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"/>
<rdfs:comment>Two (starting and ending) points in time that define a particular period of time.</rdfs:comment>
<rdfs:label xml:lang="en">time interval</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "Two (starting and ending) points in time that define a particular period of time."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "time interval"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> <http://www.w3.org/2000/01/rdf-schema#label> "time interval"@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> <http://www.w3.org/2000/01/rdf-schema#comment> "Two (starting and ending) points in time that define a particular period of time." .
IRI: http://purl.org/spar/pwo/Workflow
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix plandesc: <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@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#> .
pwo:Workflow a owl:Class ;
rdfs:label "workflow"@en ;
vann:example """
:my-workflow a pwo:Workflow ;
pwo:hasFirstStep :step-one ;
pwo:hasStep
:step-one ,
:step-two ,
:step-three .
""" ;
rdfs:comment "A sequence of connected steps, representing a sequence of publishing operations undertaken by agents. A workflow may be seen as an abstract model of real work."@en ;
rdfs:isDefinedBy pwo: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty pwo:hasFirstStep ;
owl:someValuesFrom pwo:Step ],
plandesc:Plan ;
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:nodeID="n4b8df063b2af456380c02fda53b59223b25">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/pwo/hasFirstStep"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/pwo/Step"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/pwo/Workflow">
<rdfs:comment xml:lang="en">A sequence of connected steps, representing a sequence of publishing operations undertaken by agents. A workflow may be seen as an abstract model of real work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdfs:label xml:lang="en">workflow</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#Plan"/>
<rdfs:subClassOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b25"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-workflow a pwo:Workflow ;
pwo:hasFirstStep :step-one ;
pwo:hasStep
:step-one ,
:step-two ,
:step-three .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/Workflow",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow a pwo:Workflow ;\n pwo:hasFirstStep :step-one ;\n pwo:hasStep\n :step-one ,\n :step-two ,\n :step-three .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A sequence of connected steps, representing a sequence of publishing operations undertaken by agents. A workflow may be seen as an abstract model of real work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "workflow"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#Plan"
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b25"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b25",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/pwo/hasFirstStep"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/pwo/Step"
}
]
}
]_:n4b8df063b2af456380c02fda53b59223b25 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/pwo/hasFirstStep> .
<http://purl.org/spar/pwo/Workflow> <http://www.w3.org/2000/01/rdf-schema#comment> "A sequence of connected steps, representing a sequence of publishing operations undertaken by agents. A workflow may be seen as an abstract model of real work."@en .
_:n4b8df063b2af456380c02fda53b59223b25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/pwo/Workflow> <http://purl.org/vocab/vann/example> "\n :my-workflow a pwo:Workflow ;\n pwo:hasFirstStep :step-one ;\n pwo:hasStep\n :step-one ,\n :step-two ,\n :step-three .\n " .
<http://purl.org/spar/pwo/Workflow> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/Workflow> <http://www.w3.org/2000/01/rdf-schema#label> "workflow"@en .
<http://purl.org/spar/pwo/Workflow> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#Plan> .
<http://purl.org/spar/pwo/Workflow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4b8df063b2af456380c02fda53b59223b25 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/pwo/Step> .
<http://purl.org/spar/pwo/Workflow> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/Workflow> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n4b8df063b2af456380c02fda53b59223b25 .
IRI: http://purl.org/spar/pwo/WorkflowExecution
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix planex: <http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix taskex: <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
@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#> .
pwo:WorkflowExecution a owl:Class ;
rdfs:label "workflow execution"@en ;
vann:example """
:my-workflow-execution a pwo:WorkflowExecution ;
pwo:executes :my-workflow ;
pwo:involvesAction
:my-action ,
:my-another-action .
""" ;
rdfs:comment "The aggregate of actions executed in the steps defined in a workflow."@en ;
rdfs:isDefinedBy pwo: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty pwo:involvesAction ;
owl:someValuesFrom [ a owl:Class ;
owl:intersectionOf ( pwo:Action [ a owl:Restriction ;
owl:onProperty taskex:executesTask ;
owl:someValuesFrom pwo:Step ] ) ] ],
[ a owl:Restriction ;
owl:onProperty pwo:executes ;
owl:someValuesFrom pwo:Workflow ],
planex:PlanExecution,
tisit:TimeIndexedSituation ;
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:nodeID="n4b8df063b2af456380c02fda53b59223b2">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b4"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/pwo/WorkflowExecution">
<rdfs:subClassOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b1"/>
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#PlanExecution"/>
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"/>
<rdfs:subClassOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b6"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdfs:label xml:lang="en">workflow execution</rdfs:label>
<rdfs:comment xml:lang="en">The aggregate of actions executed in the steps defined in a workflow.</rdfs:comment>
<vann:example>
:my-workflow-execution a pwo:WorkflowExecution ;
pwo:executes :my-workflow ;
pwo:involvesAction
:my-action ,
:my-another-action .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b1">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/pwo/involvesAction"/>
<owl:someValuesFrom rdf:nodeID="n4b8df063b2af456380c02fda53b59223b2"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b4">
<rdf:first rdf:resource="http://purl.org/spar/pwo/Action"/>
<rdf:rest rdf:nodeID="n4b8df063b2af456380c02fda53b59223b5"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b3">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/pwo/Step"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b5">
<rdf:first rdf:nodeID="n4b8df063b2af456380c02fda53b59223b3"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b6">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/pwo/executes"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/pwo/Workflow"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/WorkflowExecution",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow-execution a pwo:WorkflowExecution ;\n pwo:executes :my-workflow ;\n pwo:involvesAction \n :my-action ,\n :my-another-action .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The aggregate of actions executed in the steps defined in a workflow."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "workflow execution"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b1"
},
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#PlanExecution"
},
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b6"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b1",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/pwo/involvesAction"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b2"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b2",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/pwo/Action"
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b3"
}
]
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b3",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/pwo/Step"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b6",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/pwo/executes"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/pwo/Workflow"
}
]
}
]_:n4b8df063b2af456380c02fda53b59223b2 <http://www.w3.org/2002/07/owl#intersectionOf> _:n4b8df063b2af456380c02fda53b59223b4 .
<http://purl.org/spar/pwo/WorkflowExecution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontologydesignpatterns.org/cp/owl/basicplanexecution.owl#PlanExecution> .
_:n4b8df063b2af456380c02fda53b59223b1 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/pwo/involvesAction> .
<http://purl.org/spar/pwo/WorkflowExecution> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/WorkflowExecution> <http://www.w3.org/2000/01/rdf-schema#label> "workflow execution"@en .
<http://purl.org/spar/pwo/WorkflowExecution> <http://www.w3.org/2000/01/rdf-schema#comment> "The aggregate of actions executed in the steps defined in a workflow."@en .
_:n4b8df063b2af456380c02fda53b59223b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4b8df063b2af456380c02fda53b59223b1 <http://www.w3.org/2002/07/owl#someValuesFrom> _:n4b8df063b2af456380c02fda53b59223b2 .
_:n4b8df063b2af456380c02fda53b59223b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4b8df063b2af456380c02fda53b59223b5 .
<http://purl.org/spar/pwo/WorkflowExecution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> .
_:n4b8df063b2af456380c02fda53b59223b3 <http://www.w3.org/2002/07/owl#onProperty> <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask> .
_:n4b8df063b2af456380c02fda53b59223b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4b8df063b2af456380c02fda53b59223b3 .
<http://purl.org/spar/pwo/WorkflowExecution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n4b8df063b2af456380c02fda53b59223b1 .
_:n4b8df063b2af456380c02fda53b59223b6 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/pwo/executes> .
<http://purl.org/spar/pwo/WorkflowExecution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4b8df063b2af456380c02fda53b59223b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4b8df063b2af456380c02fda53b59223b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4b8df063b2af456380c02fda53b59223b6 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/pwo/Workflow> .
_:n4b8df063b2af456380c02fda53b59223b3 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/pwo/Step> .
<http://purl.org/spar/pwo/WorkflowExecution> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:n4b8df063b2af456380c02fda53b59223b6 .
<http://purl.org/spar/pwo/WorkflowExecution> <http://purl.org/vocab/vann/example> "\n :my-workflow-execution a pwo:WorkflowExecution ;\n pwo:executes :my-workflow ;\n pwo:involvesAction \n :my-action ,\n :my-another-action .\n " .
_:n4b8df063b2af456380c02fda53b59223b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/pwo/WorkflowExecution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
_:n4b8df063b2af456380c02fda53b59223b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4b8df063b2af456380c02fda53b59223b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/pwo/Action> .
Jump to:
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ti: <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
tisit:atTime a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "at time"@en ;
rdfs:comment "A time interval during which something is happening."@en ;
rdfs:domain tisit:TimeIndexedSituation ;
rdfs:isDefinedBy tisit: ;
rdfs:range ti:TimeInterval .
<?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://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime">
<rdfs:comment xml:lang="en">A time interval during which something is happening.</rdfs:comment>
<rdfs:label xml:lang="en">at time</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"/>
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"/>
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A time interval during which something is happening."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "at time"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#comment> "A time interval during which something is happening."@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#label> "at time"@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#atTime> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#definesTask
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix plandesc: <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix taskrole: <http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#> .
plandesc:definesTask a owl:ObjectProperty ;
rdfs:label "defines task"@en ;
rdfs:comment "A relation between a description and a task."@en ;
rdfs:isDefinedBy plandesc: ;
rdfs:range taskrole:Task .
<?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://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#definesTask">
<rdfs:label xml:lang="en">defines task</rdfs:label>
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task"/>
<rdfs:comment xml:lang="en">A relation between a description and a task.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#definesTask",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between a description and a task."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "defines task"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#definesTask> <http://www.w3.org/2000/01/rdf-schema#label> "defines task"@en .
<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#definesTask> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#definesTask> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a description and a task."@en .
<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#definesTask> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#definesTask> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyFollows
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sequence: <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#> .
sequence:directlyFollows a owl:ObjectProperty ;
rdfs:label "directly follows"@en ;
rdfs:comment "The intransitive follows relation. For example, Wednesday directly precedes Thursday. Directness of precedence depends on the designer conceptualization."@en ;
rdfs:isDefinedBy sequence: .
<?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://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyFollows">
<rdfs:label xml:lang="en">directly follows</rdfs:label>
<rdfs:comment xml:lang="en">The intransitive follows relation. For example, Wednesday directly precedes Thursday. Directness of precedence depends on the designer conceptualization.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyFollows",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The intransitive follows relation. For example, Wednesday directly precedes Thursday. Directness of precedence depends on the designer conceptualization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "directly follows"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyFollows> <http://www.w3.org/2000/01/rdf-schema#label> "directly follows"@en .
<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyFollows> <http://www.w3.org/2000/01/rdf-schema#comment> "The intransitive follows relation. For example, Wednesday directly precedes Thursday. Directness of precedence depends on the designer conceptualization."@en .
<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyFollows> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyFollows> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyPrecedes
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sequence: <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#> .
sequence:directlyPrecedes a owl:ObjectProperty ;
rdfs:label "directly precedes"@en ;
rdfs:comment "The intransitive precedes relation. For example, Monday directly precedes Tuesday. Directness of precedence depends on the designer conceptualization."@en ;
rdfs:isDefinedBy sequence: .
<?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://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyPrecedes">
<rdfs:comment xml:lang="en">The intransitive precedes relation. For example, Monday directly precedes Tuesday. Directness of precedence depends on the designer conceptualization.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">directly precedes</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyPrecedes",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The intransitive precedes relation. For example, Monday directly precedes Tuesday. Directness of precedence depends on the designer conceptualization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "directly precedes"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyPrecedes> <http://www.w3.org/2000/01/rdf-schema#comment> "The intransitive precedes relation. For example, Monday directly precedes Tuesday. Directness of precedence depends on the designer conceptualization."@en .
<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyPrecedes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyPrecedes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyPrecedes> <http://www.w3.org/2000/01/rdf-schema#label> "directly precedes"@en .
IRI: http://purl.org/spar/pwo/executes
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix plan: <http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@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#> .
pwo:executes a owl:ObjectProperty ;
rdfs:label "executes"@en ;
vann:example """
:my-workflow-execution a pwo:WorkflowExecution ;
pwo:executes :my-workflow .
""" ;
rdfs:comment "This property allows to link a workflow execution to the related workflow description."@en ;
rdfs:isDefinedBy pwo: ;
rdfs:subPropertyOf plan:satisfies ;
owl:inverseOf pwo:isExecutedBy ;
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/pwo/executes">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">This property allows to link a workflow execution to the related workflow description.</rdfs:comment>
<rdfs:label xml:lang="en">executes</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/pwo/isExecutedBy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<vann:example>
:my-workflow-execution a pwo:WorkflowExecution ;
pwo:executes :my-workflow .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/executes",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow-execution a pwo:WorkflowExecution ;\n pwo:executes :my-workflow .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "This property allows to link a workflow execution to the related workflow description."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "executes"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pwo/isExecutedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pwo/executes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/executes> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/executes> <http://www.w3.org/2000/01/rdf-schema#comment> "This property allows to link a workflow execution to the related workflow description."@en .
<http://purl.org/spar/pwo/executes> <http://purl.org/vocab/vann/example> "\n :my-workflow-execution a pwo:WorkflowExecution ;\n pwo:executes :my-workflow .\n " .
<http://purl.org/spar/pwo/executes> <http://www.w3.org/2000/01/rdf-schema#label> "executes"@en .
<http://purl.org/spar/pwo/executes> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies> .
<http://purl.org/spar/pwo/executes> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pwo/isExecutedBy> .
<http://purl.org/spar/pwo/executes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix taskex: <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
@prefix taskrole: <http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#> .
taskex:executesTask a owl:ObjectProperty ;
rdfs:label "executes task"@en ;
rdfs:comment "The relation between an action and a task."@en ;
rdfs:domain taskex:Action ;
rdfs:isDefinedBy taskex: ;
rdfs:range taskrole:Task .
<?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://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action"/>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#"/>
<rdfs:label xml:lang="en">executes task</rdfs:label>
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between an action and a task.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an action and a task."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "executes task"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#Action> .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task> .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an action and a task."@en .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask> <http://www.w3.org/2000/01/rdf-schema#label> "executes task"@en .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
tisit:forEntity a owl:ObjectProperty ;
rdfs:label "for entity"@en ;
rdfs:comment "The relation between a time-indexed situation and an entity involved in it."@en ;
rdfs:domain tisit:TimeIndexedSituation ;
rdfs:isDefinedBy tisit: .
<?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://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"/>
<rdfs:comment xml:lang="en">The relation between a time-indexed situation and an entity involved in it.</rdfs:comment>
<rdfs:label xml:lang="en">for entity</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a time-indexed situation and an entity involved in it."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "for entity"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a time-indexed situation and an entity involved in it."@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> <http://www.w3.org/2000/01/rdf-schema#label> "for entity"@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#forEntity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> .
IRI: http://purl.org/spar/pwo/happened
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix ti: <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pwo:happened a owl:ObjectProperty ;
rdfs:label "happened"@en ;
vann:example """
:my-event
pwo:happened :my-event-time .
""" ;
rdfs:comment "The relation between an event and the interval when it happened."@en ;
rdfs:domain part:Event ;
rdfs:isDefinedBy pwo: ;
rdfs:range ti:TimeInterval ;
owl:inverseOf pwo:isIntervalFor ;
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/pwo/happened">
<rdfs:label xml:lang="en">happened</rdfs:label>
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between an event and the interval when it happened.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/pwo/isIntervalFor"/>
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<vann:example>
:my-event
pwo:happened :my-event-time .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/happened",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-event \n pwo:happened :my-event-time .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an event and the interval when it happened."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "happened"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pwo/isIntervalFor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pwo/happened> <http://www.w3.org/2000/01/rdf-schema#label> "happened"@en .
<http://purl.org/spar/pwo/happened> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> .
<http://purl.org/spar/pwo/happened> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/happened> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an event and the interval when it happened."@en .
<http://purl.org/spar/pwo/happened> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pwo/isIntervalFor> .
<http://purl.org/spar/pwo/happened> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> .
<http://purl.org/spar/pwo/happened> <http://purl.org/vocab/vann/example> "\n :my-event \n pwo:happened :my-event-time .\n " .
<http://purl.org/spar/pwo/happened> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/happened> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/pwo/hasFirstStep
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@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#> .
pwo:hasFirstStep a owl:ObjectProperty ;
rdfs:label "has first step"@en ;
vann:example """
:my-workflow a pwo:Workflow ;
pwo:hasFirstStep :step-one .
""" ;
rdfs:comment "The relation between a workflow and its first step."@en ;
rdfs:isDefinedBy pwo: ;
rdfs:range [ a owl:Class ;
owl:complementOf [ a owl:Restriction ;
owl:onProperty pwo:hasPreviousStep ;
owl:someValuesFrom pwo:Step ] ] ;
rdfs:subPropertyOf pwo:hasStep ;
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:nodeID="n4b8df063b2af456380c02fda53b59223b8">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/pwo/hasPreviousStep"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/pwo/Step"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/pwo/hasFirstStep">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has first step</rdfs:label>
<rdfs:comment xml:lang="en">The relation between a workflow and its first step.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/pwo/hasStep"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdfs:range rdf:nodeID="n4b8df063b2af456380c02fda53b59223b7"/>
<vann:example>
:my-workflow a pwo:Workflow ;
pwo:hasFirstStep :step-one .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b7">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:complementOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b8"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/hasFirstStep",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow a pwo:Workflow ;\n pwo:hasFirstStep :step-one .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a workflow and its first step."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has first step"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b7"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/pwo/hasStep"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b7",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#complementOf": [
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b8"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b8",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/pwo/hasPreviousStep"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/pwo/Step"
}
]
}
]_:n4b8df063b2af456380c02fda53b59223b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/pwo/hasFirstStep> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
_:n4b8df063b2af456380c02fda53b59223b7 <http://www.w3.org/2002/07/owl#complementOf> _:n4b8df063b2af456380c02fda53b59223b8 .
<http://purl.org/spar/pwo/hasFirstStep> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/hasFirstStep> <http://www.w3.org/2000/01/rdf-schema#label> "has first step"@en .
_:n4b8df063b2af456380c02fda53b59223b8 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/pwo/hasPreviousStep> .
<http://purl.org/spar/pwo/hasFirstStep> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a workflow and its first step."@en .
_:n4b8df063b2af456380c02fda53b59223b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/pwo/hasFirstStep> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/pwo/hasStep> .
_:n4b8df063b2af456380c02fda53b59223b8 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/pwo/Step> .
<http://purl.org/spar/pwo/hasFirstStep> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/hasFirstStep> <http://purl.org/vocab/vann/example> "\n :my-workflow a pwo:Workflow ;\n pwo:hasFirstStep :step-one .\n " .
<http://purl.org/spar/pwo/hasFirstStep> <http://www.w3.org/2000/01/rdf-schema#range> _:n4b8df063b2af456380c02fda53b59223b7 .
IRI: http://purl.org/spar/pwo/hasNextStep
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix sequence: <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pwo:hasNextStep a owl:ObjectProperty ;
rdfs:label "has next step"@en ;
vann:example """
:step-one a pwo:Step ;
pwo:hasNextStep :step-two .
:step-two a pwo:Step ;
pwo:hasNextStep :step-three .
""" ;
rdfs:comment "The relation between a step in a workflow and the step that directly follows it."@en ;
rdfs:domain pwo:Step ;
rdfs:isDefinedBy pwo: ;
rdfs:range pwo:Step ;
rdfs:subPropertyOf sequence:directlyPrecedes ;
owl:inverseOf pwo:hasPreviousStep ;
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/pwo/hasNextStep">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://purl.org/spar/pwo/Step"/>
<rdfs:domain rdf:resource="http://purl.org/spar/pwo/Step"/>
<rdfs:label xml:lang="en">has next step</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/spar/pwo/hasPreviousStep"/>
<rdfs:comment xml:lang="en">The relation between a step in a workflow and the step that directly follows it.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyPrecedes"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:step-one a pwo:Step ;
pwo:hasNextStep :step-two .
:step-two a pwo:Step ;
pwo:hasNextStep :step-three .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/hasNextStep",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two .\n\n :step-two a pwo:Step ;\n pwo:hasNextStep :step-three .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a step in a workflow and the step that directly follows it."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pwo/Step"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has next step"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/pwo/Step"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyPrecedes"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pwo/hasPreviousStep"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pwo/hasNextStep> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/hasNextStep> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/hasNextStep> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/pwo/Step> .
<http://purl.org/spar/pwo/hasNextStep> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pwo/Step> .
<http://purl.org/spar/pwo/hasNextStep> <http://www.w3.org/2000/01/rdf-schema#label> "has next step"@en .
<http://purl.org/spar/pwo/hasNextStep> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pwo/hasPreviousStep> .
<http://purl.org/spar/pwo/hasNextStep> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a step in a workflow and the step that directly follows it."@en .
<http://purl.org/spar/pwo/hasNextStep> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/hasNextStep> <http://purl.org/vocab/vann/example> "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two .\n\n :step-two a pwo:Step ;\n pwo:hasNextStep :step-three .\n " .
<http://purl.org/spar/pwo/hasNextStep> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyPrecedes> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameter
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix parameter: <http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
parameter:hasParameter a owl:ObjectProperty ;
rdfs:label "has parameter"@en ;
rdfs:comment "A relation between a concept and a parameter." ;
rdfs:isDefinedBy parameter: .
<?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://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameter">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has parameter</rdfs:label>
<rdfs:comment>A relation between a concept and a parameter.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameter",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A relation between a concept and a parameter."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has parameter"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameter> <http://www.w3.org/2000/01/rdf-schema#label> "has parameter"@en .
<http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/parameter.owl#hasParameter> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a concept and a parameter." .
IRI: http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
part:hasParticipant a owl:ObjectProperty ;
rdfs:label "has participant"@en ;
rdfs:comment "The relation between an event and an object participating in that event."@en ;
rdfs:domain part:Event ;
rdfs:isDefinedBy part: ;
rdfs:range part:Object .
<?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://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"/>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"/>
<rdfs:label xml:lang="en">has participant</rdfs:label>
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object"/>
<rdfs:comment xml:lang="en">The relation between an event and an object participating in that event.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an event and an object participating in that event."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has participant"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Object> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an event and an object participating in that event."@en .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant> <http://www.w3.org/2000/01/rdf-schema#label> "has participant"@en .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/participation.owl#isParticipantIn
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
part:isParticipantIn a owl:ObjectProperty ;
rdfs:label "has participant"@en ;
rdfs:comment "The relation between an event and an object participating in that event."@en ;
rdfs:isDefinedBy part: ;
owl:inverseOf part:hasParticipant .
<?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#"
>
<rdf:Description rdf:about="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#isParticipantIn">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between an event and an object participating in that event.</rdfs:comment>
<owl:inverseOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant"/>
<rdfs:label xml:lang="en">has participant</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#isParticipantIn",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an event and an object participating in that event."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has participant"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#isParticipantIn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#isParticipantIn> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an event and an object participating in that event."@en .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#isParticipantIn> <http://www.w3.org/2002/07/owl#inverseOf> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#hasParticipant> .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#isParticipantIn> <http://www.w3.org/2000/01/rdf-schema#label> "has participant"@en .
<http://www.ontologydesignpatterns.org/cp/owl/participation.owl#isParticipantIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/pwo/hasPreviousStep
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix sequence: <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pwo:hasPreviousStep a owl:ObjectProperty ;
rdfs:label "has previous step"@en ;
vann:example """
:step-two a pwo:Step ;
pwo:hasPreviousStep :step-one .
""" ;
rdfs:comment "A relation between a step in a workflow and the step that directly precedes it."@en ;
rdfs:isDefinedBy pwo: ;
rdfs:subPropertyOf sequence:directlyFollows ;
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/pwo/hasPreviousStep">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has previous step</rdfs:label>
<rdfs:comment xml:lang="en">A relation between a step in a workflow and the step that directly precedes it.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyFollows"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<vann:example>
:step-two a pwo:Step ;
pwo:hasPreviousStep :step-one .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/hasPreviousStep",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :step-two a pwo:Step ;\n pwo:hasPreviousStep :step-one .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between a step in a workflow and the step that directly precedes it."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has previous step"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyFollows"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pwo/hasPreviousStep> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/hasPreviousStep> <http://www.w3.org/2000/01/rdf-schema#label> "has previous step"@en .
<http://purl.org/spar/pwo/hasPreviousStep> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a step in a workflow and the step that directly precedes it."@en .
<http://purl.org/spar/pwo/hasPreviousStep> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#directlyFollows> .
<http://purl.org/spar/pwo/hasPreviousStep> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/hasPreviousStep> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/hasPreviousStep> <http://purl.org/vocab/vann/example> "\n :step-two a pwo:Step ;\n pwo:hasPreviousStep :step-one .\n " .
IRI: http://purl.org/spar/pwo/hasStep
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix plandesc: <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@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#> .
pwo:hasStep a owl:ObjectProperty ;
rdfs:label "has step"@en ;
vann:example """
:my-workflow a pwo:Workflow ;
pwo:hasFirstStep :step-one ;
pwo:hasStep
:step-one ,
:step-two ,
:step-three .
""" ;
rdfs:comment "The relation between a workflow and a component step."@en ;
rdfs:domain pwo:Workflow ;
rdfs:isDefinedBy pwo: ;
rdfs:range pwo:Step ;
rdfs:subPropertyOf plandesc:definesTask ;
owl:inverseOf pwo:isStepOf ;
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/pwo/hasStep">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/spar/pwo/Workflow"/>
<rdfs:comment xml:lang="en">The relation between a workflow and a component step.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#definesTask"/>
<rdfs:range rdf:resource="http://purl.org/spar/pwo/Step"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/pwo/isStepOf"/>
<rdfs:label xml:lang="en">has step</rdfs:label>
<vann:example>
:my-workflow a pwo:Workflow ;
pwo:hasFirstStep :step-one ;
pwo:hasStep
:step-one ,
:step-two ,
:step-three .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/hasStep",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow a pwo:Workflow ;\n pwo:hasFirstStep :step-one ;\n pwo:hasStep\n :step-one ,\n :step-two ,\n :step-three .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a workflow and a component step."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pwo/Workflow"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has step"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/pwo/Step"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#definesTask"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pwo/isStepOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pwo/hasStep> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/hasStep> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/hasStep> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pwo/Workflow> .
<http://purl.org/spar/pwo/hasStep> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a workflow and a component step."@en .
<http://purl.org/spar/pwo/hasStep> <http://purl.org/vocab/vann/example> "\n :my-workflow a pwo:Workflow ;\n pwo:hasFirstStep :step-one ;\n pwo:hasStep\n :step-one ,\n :step-two ,\n :step-three .\n " .
<http://purl.org/spar/pwo/hasStep> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#definesTask> .
<http://purl.org/spar/pwo/hasStep> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/pwo/Step> .
<http://purl.org/spar/pwo/hasStep> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/hasStep> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pwo/isStepOf> .
<http://purl.org/spar/pwo/hasStep> <http://www.w3.org/2000/01/rdf-schema#label> "has step"@en .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tisit: <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
tisit:hasTimeIndexedSetting a owl:ObjectProperty ;
rdfs:label "has time indexed setting"@en ;
rdfs:comment "The relation between an entity and a time-indexed situation it is involved in."@en ;
rdfs:isDefinedBy tisit: ;
rdfs:range tisit:TimeIndexedSituation .
<?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://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between an entity and a time-indexed situation it is involved in.</rdfs:comment>
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"/>
<rdfs:label xml:lang="en">has time indexed setting</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an entity and a time-indexed situation it is involved in."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has time indexed setting"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an entity and a time-indexed situation it is involved in."@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> <http://www.w3.org/2000/01/rdf-schema#label> "has time indexed setting"@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#hasTimeIndexedSetting> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl#TimeIndexedSituation> .
IRI: http://purl.org/spar/pwo/involvesAction
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix taskex: <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pwo:involvesAction a owl:ObjectProperty ;
rdfs:label "involves action"@en ;
vann:example """
:my-workflow-execution a pwo:WorkflowExecution ;
pwo:executes :my-workflow ;
pwo:involvesAction
:my-action ,
:my-another-action .
""" ;
rdfs:comment "The relation between a particular execution of a workflow and an action."@en ;
rdfs:domain pwo:WorkflowExecution ;
rdfs:isDefinedBy pwo: ;
rdfs:range pwo:Action ;
owl:inverseOf pwo:isActionInvolvedIn ;
owl:propertyChainAxiom ( pwo:executes pwo:hasStep taskex:isExecutedIn ) ;
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:nodeID="n4b8df063b2af456380c02fda53b59223b10">
<rdf:first rdf:resource="http://purl.org/spar/pwo/hasStep"/>
<rdf:rest rdf:nodeID="n4b8df063b2af456380c02fda53b59223b11"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/pwo/involvesAction">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:propertyChainAxiom rdf:nodeID="n4b8df063b2af456380c02fda53b59223b9"/>
<rdfs:domain rdf:resource="http://purl.org/spar/pwo/WorkflowExecution"/>
<rdfs:comment xml:lang="en">The relation between a particular execution of a workflow and an action.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/spar/pwo/Action"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/pwo/isActionInvolvedIn"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdfs:label xml:lang="en">involves action</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-workflow-execution a pwo:WorkflowExecution ;
pwo:executes :my-workflow ;
pwo:involvesAction
:my-action ,
:my-another-action .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b11">
<rdf:first rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b9">
<rdf:first rdf:resource="http://purl.org/spar/pwo/executes"/>
<rdf:rest rdf:nodeID="n4b8df063b2af456380c02fda53b59223b10"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/involvesAction",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow-execution a pwo:WorkflowExecution ;\n pwo:executes :my-workflow ;\n pwo:involvesAction \n :my-action ,\n :my-another-action .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a particular execution of a workflow and an action."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/pwo/WorkflowExecution"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "involves action"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/pwo/Action"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pwo/isActionInvolvedIn"
}
],
"http://www.w3.org/2002/07/owl#propertyChainAxiom": [
{
"@list": [
{
"@id": "http://purl.org/spar/pwo/executes"
},
{
"@id": "http://purl.org/spar/pwo/hasStep"
},
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn"
}
]
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]_:n4b8df063b2af456380c02fda53b59223b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4b8df063b2af456380c02fda53b59223b11 .
<http://purl.org/spar/pwo/involvesAction> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/pwo/WorkflowExecution> .
<http://purl.org/spar/pwo/involvesAction> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a particular execution of a workflow and an action."@en .
_:n4b8df063b2af456380c02fda53b59223b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn> .
<http://purl.org/spar/pwo/involvesAction> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/pwo/Action> .
<http://purl.org/spar/pwo/involvesAction> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pwo/isActionInvolvedIn> .
_:n4b8df063b2af456380c02fda53b59223b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4b8df063b2af456380c02fda53b59223b10 .
<http://purl.org/spar/pwo/involvesAction> <http://www.w3.org/2000/01/rdf-schema#label> "involves action"@en .
<http://purl.org/spar/pwo/involvesAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/involvesAction> <http://www.w3.org/2002/07/owl#propertyChainAxiom> _:n4b8df063b2af456380c02fda53b59223b9 .
<http://purl.org/spar/pwo/involvesAction> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4b8df063b2af456380c02fda53b59223b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/pwo/executes> .
_:n4b8df063b2af456380c02fda53b59223b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/pwo/involvesAction> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/involvesAction> <http://purl.org/vocab/vann/example> "\n :my-workflow-execution a pwo:WorkflowExecution ;\n pwo:executes :my-workflow ;\n pwo:involvesAction \n :my-action ,\n :my-another-action .\n " .
_:n4b8df063b2af456380c02fda53b59223b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/pwo/hasStep> .
IRI: http://purl.org/spar/pwo/isActionInvolvedIn
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix taskex: <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pwo:isActionInvolvedIn a owl:ObjectProperty ;
rdfs:label "is action involved in"@en ;
vann:example """
:my-workflow-execution a pwo:WorkflowExecution ;
pwo:execute :my-workflow .
:my-action
pwo:isActionInvolvedIn :my-workflow-execution .
""" ;
rdfs:comment "The relation between an event and a particular execution of a workflow description."@en ;
rdfs:isDefinedBy pwo: ;
owl:propertyChainAxiom ( taskex:executesTask pwo:isStepOf pwo:isExecutedBy ) ;
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/pwo/isActionInvolvedIn">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is action involved in</rdfs:label>
<owl:propertyChainAxiom rdf:nodeID="n4b8df063b2af456380c02fda53b59223b12"/>
<rdfs:comment xml:lang="en">The relation between an event and a particular execution of a workflow description.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<vann:example>
:my-workflow-execution a pwo:WorkflowExecution ;
pwo:execute :my-workflow .
:my-action
pwo:isActionInvolvedIn :my-workflow-execution .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b12">
<rdf:first rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask"/>
<rdf:rest rdf:nodeID="n4b8df063b2af456380c02fda53b59223b13"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b14">
<rdf:first rdf:resource="http://purl.org/spar/pwo/isExecutedBy"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b13">
<rdf:first rdf:resource="http://purl.org/spar/pwo/isStepOf"/>
<rdf:rest rdf:nodeID="n4b8df063b2af456380c02fda53b59223b14"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/isActionInvolvedIn",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow-execution a pwo:WorkflowExecution ;\n pwo:execute :my-workflow .\n\n :my-action \n pwo:isActionInvolvedIn :my-workflow-execution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an event and a particular execution of a workflow description."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is action involved in"
}
],
"http://www.w3.org/2002/07/owl#propertyChainAxiom": [
{
"@list": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask"
},
{
"@id": "http://purl.org/spar/pwo/isStepOf"
},
{
"@id": "http://purl.org/spar/pwo/isExecutedBy"
}
]
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pwo/isActionInvolvedIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/isActionInvolvedIn> <http://www.w3.org/2000/01/rdf-schema#label> "is action involved in"@en .
_:n4b8df063b2af456380c02fda53b59223b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask> .
_:n4b8df063b2af456380c02fda53b59223b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/pwo/isExecutedBy> .
<http://purl.org/spar/pwo/isActionInvolvedIn> <http://www.w3.org/2002/07/owl#propertyChainAxiom> _:n4b8df063b2af456380c02fda53b59223b12 .
_:n4b8df063b2af456380c02fda53b59223b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/pwo/isStepOf> .
_:n4b8df063b2af456380c02fda53b59223b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/pwo/isActionInvolvedIn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4b8df063b2af456380c02fda53b59223b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4b8df063b2af456380c02fda53b59223b14 .
<http://purl.org/spar/pwo/isActionInvolvedIn> <http://purl.org/vocab/vann/example> "\n :my-workflow-execution a pwo:WorkflowExecution ;\n pwo:execute :my-workflow .\n\n :my-action \n pwo:isActionInvolvedIn :my-workflow-execution .\n " .
<http://purl.org/spar/pwo/isActionInvolvedIn> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an event and a particular execution of a workflow description."@en .
_:n4b8df063b2af456380c02fda53b59223b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4b8df063b2af456380c02fda53b59223b13 .
<http://purl.org/spar/pwo/isActionInvolvedIn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
IRI: http://purl.org/spar/pwo/isExecutedBy
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix plan: <http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@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#> .
pwo:isExecutedBy a owl:ObjectProperty ;
rdfs:label "is executed by" ;
vann:example """
:my-workflow a pwo:Workflow ;
pwo:isExecutedBy :my-workflow-execution .
""" ;
rdfs:comment "The relation between a workflow description and the related workflow execution." ;
rdfs:isDefinedBy pwo: ;
rdfs:subPropertyOf plan:isSatisfiedBy ;
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/pwo/isExecutedBy">
<rdfs:label>is executed by</rdfs:label>
<rdfs:comment>The relation between a workflow description and the related workflow execution.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#isSatisfiedBy"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-workflow a pwo:Workflow ;
pwo:isExecutedBy :my-workflow-execution .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/isExecutedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow a pwo:Workflow ;\n pwo:isExecutedBy :my-workflow-execution .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "The relation between a workflow description and the related workflow execution."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "is executed by"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#isSatisfiedBy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pwo/isExecutedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a workflow description and the related workflow execution." .
<http://purl.org/spar/pwo/isExecutedBy> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#isSatisfiedBy> .
<http://purl.org/spar/pwo/isExecutedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is executed by" .
<http://purl.org/spar/pwo/isExecutedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/isExecutedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/isExecutedBy> <http://purl.org/vocab/vann/example> "\n :my-workflow a pwo:Workflow ;\n pwo:isExecutedBy :my-workflow-execution .\n " .
<http://purl.org/spar/pwo/isExecutedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix taskex: <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
taskex:isExecutedIn a owl:ObjectProperty ;
rdfs:label "is executed in"@en ;
rdfs:comment "The relation between a task and an action."@en ;
rdfs:isDefinedBy taskex: ;
owl:inverseOf taskex:executesTask .
<?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#"
>
<rdf:Description rdf:about="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn">
<rdfs:label xml:lang="en">is executed in</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#"/>
<rdfs:comment xml:lang="en">The relation between a task and an action.</rdfs:comment>
<owl:inverseOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a task and an action."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is executed in"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn> <http://www.w3.org/2000/01/rdf-schema#label> "is executed in"@en .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a task and an action."@en .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn> <http://www.w3.org/2002/07/owl#inverseOf> <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#executesTask> .
<http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#isExecutedIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/pwo/isIntervalFor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@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#> .
pwo:isIntervalFor a owl:ObjectProperty ;
rdfs:label "is interval for"@en ;
vann:example """
""" ;
rdfs:comment "The relation between an interval describing when an event happened and the related event."@en ;
rdfs:isDefinedBy pwo: ;
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/pwo/isIntervalFor">
<rdfs:comment xml:lang="en">The relation between an interval describing when an event happened and the related event.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is interval for</rdfs:label>
<vann:example>
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/isIntervalFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an interval describing when an event happened and the related event."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is interval for"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pwo/isIntervalFor> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an interval describing when an event happened and the related event."@en .
<http://purl.org/spar/pwo/isIntervalFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/isIntervalFor> <http://www.w3.org/2000/01/rdf-schema#label> "is interval for"@en .
<http://purl.org/spar/pwo/isIntervalFor> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/isIntervalFor> <http://purl.org/vocab/vann/example> "\n " .
<http://purl.org/spar/pwo/isIntervalFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
IRI: http://purl.org/spar/pwo/isNeededBy
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@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#> .
pwo:isNeededBy a owl:ObjectProperty ;
rdfs:label "is needed by"@en ;
vann:example """
:step-one a pwo:Step ;
pwo:hasNextStep :step-two ;
taskex:isExecutedIn :my-action .
:my-draft
pwo:isNeededBy :step-one .
""" ;
rdfs:comment "The relation between a thing required to undertake a workflow step or an event (e.g. an action executing a workflow step) and the step/event itself."@en ;
rdfs:isDefinedBy pwo: ;
owl:inverseOf pwo:needs ;
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/pwo/isNeededBy">
<rdfs:label xml:lang="en">is needed by</rdfs:label>
<rdfs:comment xml:lang="en">The relation between a thing required to undertake a workflow step or an event (e.g. an action executing a workflow step) and the step/event itself.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/pwo/needs"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<vann:example>
:step-one a pwo:Step ;
pwo:hasNextStep :step-two ;
taskex:isExecutedIn :my-action .
:my-draft
pwo:isNeededBy :step-one .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/isNeededBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two ;\n taskex:isExecutedIn :my-action .\n \n :my-draft \n pwo:isNeededBy :step-one . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a thing required to undertake a workflow step or an event (e.g. an action executing a workflow step) and the step/event itself."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is needed by"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pwo/needs"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pwo/isNeededBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pwo/needs> .
<http://purl.org/spar/pwo/isNeededBy> <http://purl.org/vocab/vann/example> "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two ;\n taskex:isExecutedIn :my-action .\n \n :my-draft \n pwo:isNeededBy :step-one . \n " .
<http://purl.org/spar/pwo/isNeededBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/isNeededBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/isNeededBy> <http://www.w3.org/2000/01/rdf-schema#label> "is needed by"@en .
<http://purl.org/spar/pwo/isNeededBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/isNeededBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a thing required to undertake a workflow step or an event (e.g. an action executing a workflow step) and the step/event itself."@en .
IRI: http://purl.org/spar/pwo/isProducedBy
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@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#> .
pwo:isProducedBy a owl:ObjectProperty ;
rdfs:label "is produced by"@en ;
vann:example """
:step-one a pwo:Step ;
pwo:hasNextStep :step-two .
:my-output
pwo:isProducedBy :step-one .
""" ;
rdfs:comment "The relation between something and the workflow step or an event (e.g. an action executing a workflow step) that produces, creates or results in that thing."@en ;
rdfs:isDefinedBy pwo: ;
owl:inverseOf pwo:produces ;
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/pwo/isProducedBy">
<rdfs:comment xml:lang="en">The relation between something and the workflow step or an event (e.g. an action executing a workflow step) that produces, creates or results in that thing.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/spar/pwo/produces"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdfs:label xml:lang="en">is produced by</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:step-one a pwo:Step ;
pwo:hasNextStep :step-two .
:my-output
pwo:isProducedBy :step-one .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/isProducedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two .\n\n :my-output \n pwo:isProducedBy :step-one .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between something and the workflow step or an event (e.g. an action executing a workflow step) that produces, creates or results in that thing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is produced by"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/pwo/produces"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pwo/isProducedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between something and the workflow step or an event (e.g. an action executing a workflow step) that produces, creates or results in that thing."@en .
<http://purl.org/spar/pwo/isProducedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/pwo/produces> .
<http://purl.org/spar/pwo/isProducedBy> <http://purl.org/vocab/vann/example> "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two .\n\n :my-output \n pwo:isProducedBy :step-one .\n " .
<http://purl.org/spar/pwo/isProducedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/isProducedBy> <http://www.w3.org/2000/01/rdf-schema#label> "is produced by"@en .
<http://purl.org/spar/pwo/isProducedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/isProducedBy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
sit:isSettingFor a owl:ObjectProperty ;
rdfs:label "is setting for"@en ;
rdfs:comment "The relation between a situation and something that situation is a setting for."@en ;
rdfs:domain sit:Situation ;
rdfs:isDefinedBy sit: .
<?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://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor">
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#"/>
<rdfs:comment xml:lang="en">The relation between a situation and something that situation is a setting for.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation"/>
<rdfs:label xml:lang="en">is setting for</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a situation and something that situation is a setting for."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is setting for"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a situation and something that situation is a setting for."@en .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> <http://www.w3.org/2000/01/rdf-schema#label> "is setting for"@en .
<http://www.ontologydesignpatterns.org/cp/owl/situation.owl#isSettingFor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/pwo/isStepOf
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix plandesc: <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@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#> .
pwo:isStepOf a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "is step of"@en ;
vann:example """
:my-workflow a pwo:Workflow .
:step-one
pwo:isStepOf :my-workflow .
""" ;
rdfs:comment "The relation between a step in a workflow and the workflow of which it is a component."@en ;
rdfs:isDefinedBy pwo: ;
rdfs:subPropertyOf plandesc:isTaskDefinedIn ;
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/pwo/isStepOf">
<rdfs:subPropertyOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment xml:lang="en">The relation between a step in a workflow and the workflow of which it is a component.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdfs:label xml:lang="en">is step of</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-workflow a pwo:Workflow .
:step-one
pwo:isStepOf :my-workflow .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/isStepOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow a pwo:Workflow .\n\n :step-one \n pwo:isStepOf :my-workflow .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a step in a workflow and the workflow of which it is a component."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is step of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/pwo/isStepOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn> .
<http://purl.org/spar/pwo/isStepOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/isStepOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/isStepOf> <http://purl.org/vocab/vann/example> "\n :my-workflow a pwo:Workflow .\n\n :step-one \n pwo:isStepOf :my-workflow .\n " .
<http://purl.org/spar/pwo/isStepOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a step in a workflow and the workflow of which it is a component."@en .
<http://purl.org/spar/pwo/isStepOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
<http://purl.org/spar/pwo/isStepOf> <http://www.w3.org/2000/01/rdf-schema#label> "is step of"@en .
<http://purl.org/spar/pwo/isStepOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix plandesc: <http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix taskex: <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
@prefix taskrole: <http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#> .
plandesc:isTaskDefinedIn a owl:ObjectProperty ;
rdfs:label "is task defined in"@en ;
rdfs:comment "A relation between a task and its description."@en ;
rdfs:domain taskrole:Task ;
rdfs:isDefinedBy taskex: .
<?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://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation between a task and its description.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#"/>
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task"/>
<rdfs:label xml:lang="en">is task defined in</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between a task and its description."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is task defined in"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontologydesignpatterns.org/cp/owl/taskrole.owl#Task> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn> <http://www.w3.org/2000/01/rdf-schema#label> "is task defined in"@en .
<http://www.ontologydesignpatterns.org/cp/owl/basicplandescription.owl#isTaskDefinedIn> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a task and its description."@en .
IRI: http://purl.org/spar/pwo/needs
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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#> .
pwo:needs a owl:ObjectProperty ;
rdfs:label "needs"@en ;
vann:example """
:step-one a pwo:Step ;
pwo:hasNextStep :step-two ;
taskex:isExecutedIn :my-action ;
pwo:needs :my-draft .
""" ;
rdfs:comment "The relation between a workflow step or an event (e.g. an action executing a workflow step) and anything required to undertake that step/event."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( pwo:Step part:Event ) ] ;
rdfs:isDefinedBy pwo: ;
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:nodeID="n4b8df063b2af456380c02fda53b59223b16">
<rdf:first rdf:resource="http://purl.org/spar/pwo/Step"/>
<rdf:rest rdf:nodeID="n4b8df063b2af456380c02fda53b59223b17"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/pwo/needs">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between a workflow step or an event (e.g. an action executing a workflow step) and anything required to undertake that step/event.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<rdfs:domain rdf:nodeID="n4b8df063b2af456380c02fda53b59223b15"/>
<rdfs:label xml:lang="en">needs</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:step-one a pwo:Step ;
pwo:hasNextStep :step-two ;
taskex:isExecutedIn :my-action ;
pwo:needs :my-draft .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b15">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b16"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b17">
<rdf:first rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/needs",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two ;\n taskex:isExecutedIn :my-action ;\n pwo:needs :my-draft . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a workflow step or an event (e.g. an action executing a workflow step) and anything required to undertake that step/event."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b15"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "needs"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b15",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/pwo/Step"
},
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"
}
]
}
]
}
]_:n4b8df063b2af456380c02fda53b59223b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4b8df063b2af456380c02fda53b59223b17 .
_:n4b8df063b2af456380c02fda53b59223b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/pwo/Step> .
<http://purl.org/spar/pwo/needs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
_:n4b8df063b2af456380c02fda53b59223b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4b8df063b2af456380c02fda53b59223b15 <http://www.w3.org/2002/07/owl#unionOf> _:n4b8df063b2af456380c02fda53b59223b16 .
<http://purl.org/spar/pwo/needs> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a workflow step or an event (e.g. an action executing a workflow step) and anything required to undertake that step/event."@en .
<http://purl.org/spar/pwo/needs> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
_:n4b8df063b2af456380c02fda53b59223b17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/pwo/needs> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/needs> <http://www.w3.org/2000/01/rdf-schema#domain> _:n4b8df063b2af456380c02fda53b59223b15 .
<http://purl.org/spar/pwo/needs> <http://purl.org/vocab/vann/example> "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two ;\n taskex:isExecutedIn :my-action ;\n pwo:needs :my-draft . \n " .
_:n4b8df063b2af456380c02fda53b59223b17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> .
<http://purl.org/spar/pwo/needs> <http://www.w3.org/2000/01/rdf-schema#label> "needs"@en .
IRI: http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#precedes
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sequence: <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#> .
sequence:precedes a owl:ObjectProperty ;
rdfs:label "precedes"@en ;
rdfs:comment "A relation between entities, expressing a 'sequence' schema. E.g. 'year 1999 precedes 2000', 'deciding what coffee to use' precedes 'preparing coffee', 'World War II follows World War I', 'in the Milan to Rome autoroute, Bologna precedes Florence', etc. It can then be used between tasks, processes, time intervals, spatially locate objects, situations, etc. Subproperties can be defined in order to distinguish the different uses."@en ;
rdfs:isDefinedBy sequence: .
<?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://www.ontologydesignpatterns.org/cp/owl/sequence.owl#precedes">
<rdfs:label xml:lang="en">precedes</rdfs:label>
<rdfs:comment xml:lang="en">A relation between entities, expressing a 'sequence' schema. E.g. 'year 1999 precedes 2000', 'deciding what coffee to use' precedes 'preparing coffee', 'World War II follows World War I', 'in the Milan to Rome autoroute, Bologna precedes Florence', etc. It can then be used between tasks, processes, time intervals, spatially locate objects, situations, etc. Subproperties can be defined in order to distinguish the different uses.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#precedes",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between entities, expressing a 'sequence' schema. E.g. 'year 1999 precedes 2000', 'deciding what coffee to use' precedes 'preparing coffee', 'World War II follows World War I', 'in the Milan to Rome autoroute, Bologna precedes Florence', etc. It can then be used between tasks, processes, time intervals, spatially locate objects, situations, etc. Subproperties can be defined in order to distinguish the different uses."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "precedes"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#precedes> <http://www.w3.org/2000/01/rdf-schema#label> "precedes"@en .
<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#precedes> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between entities, expressing a 'sequence' schema. E.g. 'year 1999 precedes 2000', 'deciding what coffee to use' precedes 'preparing coffee', 'World War II follows World War I', 'in the Milan to Rome autoroute, Bologna precedes Florence', etc. It can then be used between tasks, processes, time intervals, spatially locate objects, situations, etc. Subproperties can be defined in order to distinguish the different uses."@en .
<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#precedes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/sequence.owl#precedes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/spar/pwo/produces
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix pwo: <http://purl.org/spar/pwo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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#> .
pwo:produces a owl:ObjectProperty ;
rdfs:label "produces"@en ;
vann:example """
:step-one a pwo:Step ;
pwo:hasNextStep :step-two ;
taskex:isExecutedIn :my-action ;
pwo:produces :my-output .
""" ;
rdfs:comment "The relation between a workflow step or an event (e.g. an action executing a workflow step) and the thing that the step/event produces, creates or results in."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( pwo:Step part:Event ) ] ;
rdfs:isDefinedBy pwo: ;
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:nodeID="n4b8df063b2af456380c02fda53b59223b18">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4b8df063b2af456380c02fda53b59223b19"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b20">
<rdf:first rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/pwo/produces">
<rdfs:label xml:lang="en">produces</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:nodeID="n4b8df063b2af456380c02fda53b59223b18"/>
<rdfs:comment xml:lang="en">The relation between a workflow step or an event (e.g. an action executing a workflow step) and the thing that the step/event produces, creates or results in.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/pwo/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:step-one a pwo:Step ;
pwo:hasNextStep :step-two ;
taskex:isExecutedIn :my-action ;
pwo:produces :my-output .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n4b8df063b2af456380c02fda53b59223b19">
<rdf:first rdf:resource="http://purl.org/spar/pwo/Step"/>
<rdf:rest rdf:nodeID="n4b8df063b2af456380c02fda53b59223b20"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/pwo/produces",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two ;\n taskex:isExecutedIn :my-action ;\n pwo:produces :my-output . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a workflow step or an event (e.g. an action executing a workflow step) and the thing that the step/event produces, creates or results in."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b18"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/pwo/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "produces"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n4b8df063b2af456380c02fda53b59223b18",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/pwo/Step"
},
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event"
}
]
}
]
}
]_:n4b8df063b2af456380c02fda53b59223b18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4b8df063b2af456380c02fda53b59223b20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4b8df063b2af456380c02fda53b59223b18 <http://www.w3.org/2002/07/owl#unionOf> _:n4b8df063b2af456380c02fda53b59223b19 .
<http://purl.org/spar/pwo/produces> <http://www.w3.org/2000/01/rdf-schema#label> "produces"@en .
<http://purl.org/spar/pwo/produces> <http://purl.org/vocab/vann/example> "\n :step-one a pwo:Step ;\n pwo:hasNextStep :step-two ;\n taskex:isExecutedIn :my-action ;\n pwo:produces :my-output . \n " .
<http://purl.org/spar/pwo/produces> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/pwo/produces> <http://www.w3.org/2000/01/rdf-schema#domain> _:n4b8df063b2af456380c02fda53b59223b18 .
_:n4b8df063b2af456380c02fda53b59223b19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/pwo/Step> .
_:n4b8df063b2af456380c02fda53b59223b19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4b8df063b2af456380c02fda53b59223b20 .
<http://purl.org/spar/pwo/produces> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/pwo/produces> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a workflow step or an event (e.g. an action executing a workflow step) and the thing that the step/event produces, creates or results in."@en .
<http://purl.org/spar/pwo/produces> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/pwo/> .
_:n4b8df063b2af456380c02fda53b59223b20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#Event> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix plan: <http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
plan:satisfies a owl:ObjectProperty ;
rdfs:label "satisfies"@en ;
rdfs:comment "A relation between a situation and a description." ;
rdfs:domain sit:Situation ;
rdfs:isDefinedBy plan: .
<?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://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#"/>
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation"/>
<rdfs:comment>A relation between a situation and a description.</rdfs:comment>
<rdfs:label xml:lang="en">satisfies</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A relation between a situation and a description."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "satisfies"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies> <http://www.w3.org/2000/01/rdf-schema#label> "satisfies"@en .
<http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#Situation> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a situation and a description." .
IRI: http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#isSatisfiedBy
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix plan: <http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
plan:isSatisfiedBy a owl:ObjectProperty ;
rdfs:label "satisfies"@en ;
rdfs:comment "A relation between a description and a situation." ;
rdfs:isDefinedBy plan: ;
owl:inverseOf plan:satisfies .
<?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#"
>
<rdf:Description rdf:about="http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#isSatisfiedBy">
<owl:inverseOf rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies"/>
<rdfs:label xml:lang="en">satisfies</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#"/>
<rdfs:comment>A relation between a description and a situation.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#isSatisfiedBy",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A relation between a description and a situation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "satisfies"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#isSatisfiedBy> <http://www.w3.org/2000/01/rdf-schema#label> "satisfies"@en .
<http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#isSatisfiedBy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#isSatisfiedBy> <http://www.w3.org/2002/07/owl#inverseOf> <http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#satisfies> .
<http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#isSatisfiedBy> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a description and a situation." .
<http://www.ontologydesignpatterns.org/cp/owl/basicplan.owl#isSatisfiedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
Jump to:
IRI: http://www.essepuntato.it/2009/10/error/hasError
@prefix error: <http://www.essepuntato.it/2009/10/error/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
error:hasError a owl:DatatypeProperty ;
rdfs:label "has error"@en ;
rdfs:comment "A kind of error resulting from a resource." ;
rdfs:isDefinedBy <http://purl.org/spar/error/> ;
rdfs:range xsd:string .
<?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://www.essepuntato.it/2009/10/error/hasError">
<rdfs:comment>A kind of error resulting from a resource.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has error</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/error/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.essepuntato.it/2009/10/error/hasError",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A kind of error resulting from a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/error/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has error"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
]
}
]<http://www.essepuntato.it/2009/10/error/hasError> <http://www.w3.org/2000/01/rdf-schema#label> "has error"@en .
<http://www.essepuntato.it/2009/10/error/hasError> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/error/> .
<http://www.essepuntato.it/2009/10/error/hasError> <http://www.w3.org/2000/01/rdf-schema#comment> "A kind of error resulting from a resource." .
<http://www.essepuntato.it/2009/10/error/hasError> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://www.essepuntato.it/2009/10/error/hasError> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ti: <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
ti:hasIntervalDate a owl:DatatypeProperty ;
rdfs:label "has interval date"@en ;
rdfs:comment "A date value assigned to a time interval."@en ;
rdfs:domain ti:TimeInterval ;
rdfs:isDefinedBy ti: .
<?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://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"/>
<rdfs:label xml:lang="en">has interval date</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">A date value assigned to a time interval.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A date value assigned to a time interval."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has interval date"
}
]
}
]<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate> <http://www.w3.org/2000/01/rdf-schema#label> "has interval date"@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#TimeInterval> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate> <http://www.w3.org/2000/01/rdf-schema#comment> "A date value assigned to a time interval."@en .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#> .
<http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#hasIntervalDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
Jump to:
IRI: http://purl.org/dc/terms/bibliographicCitation
IRI: http://purl.org/vocab/vann/changes
IRI: https://schema.org/codeRepository
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:comment a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#comment",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:contributor a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/contributor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/contributor",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/contributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/terms/created
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:creator a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/creator">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/creator",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:date a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/date">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/date",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:description a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/description">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/description",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/ontology/bibo/doi
IRI: http://purl.org/vocab/vann/example
IRI: https://schema.org/image
IRI: https://schema.org/includedInDataCatalog
IRI: http://purl.org/dc/terms/issued
IRI: https://schema.org/keywords
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:label a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#label",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/terms/license
IRI: http://xmlns.com/foaf/0.1/logo
IRI: http://purl.org/dc/terms/modified
IRI: http://purl.org/vocab/vann/preferredNamespacePrefix
IRI: http://purl.org/vocab/vann/preferredNamespaceUri
IRI: http://purl.org/dc/terms/publisher
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:rights a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/rights">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/rights",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/rights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/terms/source
IRI: http://purl.org/ontology/bibo/status
IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:title a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/title">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/title",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:versionInfo a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#versionInfo">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#versionInfo",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2002/07/owl#versionInfo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .