← 어휘 레지스트리

prov

PROV Ontology

http://www.w3.org/ns/prov#

비고: W3C 권고. 생성 이력(무엇이·언제·어떤 도구로) — 원본 http://www.w3.org/ns/prov-o 취득 2026-08-09

용어 수
95
그래프 사용량 (트리플)
0
AP 등재 (사용 중 프로파일)
0

용어 가져오기

① 파일 업로드

RDF/XML 또는 Turtle(.ttl) 파일에서 클래스·속성을 추출합니다.

② URL 입력

공개 RDF/OWL·Turtle 문서를 가져옵니다(5초 타임아웃, 실패 시 있는 그대로 표시).

용어 목록

클래스 (30)

약칭레이블정의
prov:ActivityActivity
prov:ActivityInfluenceActivityInfluenceActivityInfluence provides additional descriptions of an Activity's binary influence upon any other kind of resource. Instances of ActivityInfluence use the prov:activity property to cite the influencing Activity.
prov:AgentAgent
prov:AgentInfluenceAgentInfluenceAgentInfluence provides additional descriptions of an Agent's binary influence upon any other kind of resource. Instances of AgentInfluence use the prov:agent property to cite the influencing Agent.
prov:AssociationAssociationAn instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedAssociation [ a prov:Association; prov:agent :baker; :foo :bar ].
prov:AttributionAttributionAn instance of prov:Attribution provides additional descriptions about the binary prov:wasAttributedTo relation from an prov:Entity to some prov:Agent that had some responsible for it. For example, :cake prov:wasAttributedTo :baker; prov:qualifiedAttribution [ a prov:Attribution; prov:entity :baker; :foo :bar ].
prov:BundleBundleNote that there are kinds of bundles (e.g. handwritten letters, audio recordings, etc.) that are not expressed in PROV-O, but can be still be described by PROV-O.
prov:CollectionCollection
prov:CommunicationCommunicationAn instance of prov:Communication provides additional descriptions about the binary prov:wasInformedBy relation from an informed prov:Activity to the prov:Activity that informed it. For example, :you_jumping_off_bridge prov:wasInformedBy :everyone_else_jumping_off_bridge; prov:qualifiedCommunication [ a prov:Communication; prov:activity :everyone_else_jumping_off_bridge; :foo :bar ].
prov:DelegationDelegationAn instance of prov:Delegation provides additional descriptions about the binary prov:actedOnBehalfOf relation from a performing prov:Agent to some prov:Agent for whom it was performed. For example, :mixing prov:wasAssociatedWith :toddler . :toddler prov:actedOnBehalfOf :mother; prov:qualifiedDelegation [ a prov:Delegation; prov:entity :mother; :foo :bar ].
prov:DerivationDerivationAn instance of prov:Derivation provides additional descriptions about the binary prov:wasDerivedFrom relation from some derived prov:Entity to another prov:Entity from which it was derived. For example, :chewed_bubble_gum prov:wasDerivedFrom :unwrapped_bubble_gum; prov:qualifiedDerivation [ a prov:Derivation; prov:entity :unwrapped_bubble_gum; :foo :bar ].
prov:EmptyCollectionEmptyCollection
prov:EndEndAn instance of prov:End provides additional descriptions about the binary prov:wasEndedBy relation from some ended prov:Activity to an prov:Entity that ended it. For example, :ball_game prov:wasEndedBy :buzzer; prov:qualifiedEnd [ a prov:End; prov:entity :buzzer; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ].
prov:EntityEntity
prov:EntityInfluenceEntityInfluenceEntityInfluence provides additional descriptions of an Entity's binary influence upon any other kind of resource. Instances of EntityInfluence use the prov:entity property to cite the influencing Entity.
prov:GenerationGenerationAn instance of prov:Generation provides additional descriptions about the binary prov:wasGeneratedBy relation from a generated prov:Entity to the prov:Activity that generated it. For example, :cake prov:wasGeneratedBy :baking; prov:qualifiedGeneration [ a prov:Generation; prov:activity :baking; :foo :bar ].
prov:InfluenceInfluenceAn instance of prov:Influence provides additional descriptions about the binary prov:wasInfluencedBy relation from some influenced Activity, Entity, or Agent to the influencing Activity, Entity, or Agent. For example, :stomach_ache prov:wasInfluencedBy :spoon; prov:qualifiedInfluence [ a prov:Influence; prov:entity :spoon; :foo :bar ] . Because prov:Influence is a broad relation, the more specific relations (Communication, Delegation, End, etc.) should be used when applicable.
prov:InstantaneousEventInstantaneousEventAn instantaneous event, or event for short, happens in the world and marks a change in the world, in its activities and in its entities. The term 'event' is commonly used in process algebra with a similar meaning. Events represent communications or interactions; they are assumed to be atomic and instantaneous.
prov:InvalidationInvalidationAn instance of prov:Invalidation provides additional descriptions about the binary prov:wasInvalidatedBy relation from an invalidated prov:Entity to the prov:Activity that invalidated it. For example, :uncracked_egg prov:wasInvalidatedBy :baking; prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :baking; :foo :bar ].
prov:LocationLocation
prov:OrganizationOrganization
prov:PersonPerson
prov:PlanPlanThere exist no prescriptive requirement on the nature of plans, their representation, the actions or steps they consist of, or their intended goals. Since plans may evolve over time, it may become necessary to track their provenance, so plans themselves are entities. Representing the plan explicitly in the provenance can be useful for various tasks: for example, to validate the execution as represented in the provenance record, to manage expectation failures, or to provide explanations.
prov:PrimarySourcePrimarySourceAn instance of prov:PrimarySource provides additional descriptions about the binary prov:hadPrimarySource relation from some secondary prov:Entity to an earlier, primary prov:Entity. For example, :blog prov:hadPrimarySource :newsArticle; prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :newsArticle; :foo :bar ] .
prov:QuotationQuotationAn instance of prov:Quotation provides additional descriptions about the binary prov:wasQuotedFrom relation from some taken prov:Entity from an earlier, larger prov:Entity. For example, :here_is_looking_at_you_kid prov:wasQuotedFrom :casablanca_script; prov:qualifiedQuotation [ a prov:Quotation; prov:entity :casablanca_script; :foo :bar ].
prov:RevisionRevisionAn instance of prov:Revision provides additional descriptions about the binary prov:wasRevisionOf relation from some newer prov:Entity to an earlier prov:Entity. For example, :draft_2 prov:wasRevisionOf :draft_1; prov:qualifiedRevision [ a prov:Revision; prov:entity :draft_1; :foo :bar ].
prov:RoleRole
prov:SoftwareAgentSoftwareAgent
prov:StartStartAn instance of prov:Start provides additional descriptions about the binary prov:wasStartedBy relation from some started prov:Activity to an prov:Entity that started it. For example, :foot_race prov:wasStartedBy :bang; prov:qualifiedStart [ a prov:Start; prov:entity :bang; :foo :bar; prov:atTime '2012-03-09T08:05:08-05:00'^^xsd:dateTime ] .
prov:UsageUsageAn instance of prov:Usage provides additional descriptions about the binary prov:used relation from some prov:Activity to an prov:Entity that it used. For example, :keynote prov:used :podium; prov:qualifiedUsage [ a prov:Usage; prov:entity :podium; :foo :bar ].

속성 (65)

약칭레이블정의도메인레인지역관계실사용
prov:actedOnBehalfOfactedOnBehalfOfAn object property to express the accountability of an agent towards another agent. The subordinate agent acted on behalf of the responsible agent in an actual activity. AgentAgent
prov:activityactivityActivityInfluenceActivity
prov:agentagentAgentInfluenceAgent
prov:alternateOfalternateOfEntityEntity
prov:aqaq
prov:atLocationatLocationThe Location of any resource.n3-3Location
prov:atTimeatTimeThe time at which an InstantaneousEvent occurred, in the form of xsd:dateTime.InstantaneousEventdateTime
prov:categorycategoryClassify prov-o terms into three categories, including 'starting-point', 'qualifed', and 'extended'. This classification is used by the prov-o html document to gently introduce prov-o terms to its users.
prov:componentcomponentClassify prov-o terms into six components according to prov-dm, including 'agents-responsibility', 'alternate', 'annotations', 'collections', 'derivations', and 'entities-activities'. This classification is used so that readers of prov-o specification can find its correspondence with the prov-dm specification.
prov:constraintsconstraintsA reference to the principal section of the PROV-CONSTRAINTS document that describes this concept.
prov:definitiondefinitionA definition quoted from PROV-DM or PROV-CONSTRAINTS that describes the concept expressed with this OWL term.
prov:dmdmA reference to the principal section of the PROV-DM document that describes this concept.
prov:editorialNoteeditorialNoteA note by the OWL development team about how this term expresses the PROV-DM concept, or how it should be used in context of semantic web or linked data.
prov:editorsDefinitioneditorsDefinitionWhen the prov-o term does not have a definition drawn from prov-dm, and the prov-o editor provides one.
prov:endedAtTimeendedAtTimeThe time at which an activity ended. See also prov:startedAtTime.ActivitydateTime
prov:entityentityEntityInfluenceEntity
prov:generatedgeneratedActivityEntity
prov:generatedAtTimegeneratedAtTimeThe time at which an entity was completely created and is available for use.EntitydateTime
prov:hadActivityhadActivityThe _optional_ Activity of an Influence, which used, generated, invalidated, or was the responsibility of some Entity. This property is _not_ used by ActivityInfluence (use prov:activity instead).Influence|n3-8Activity
prov:hadGenerationhadGenerationThe _optional_ Generation involved in an Entity's Derivation.DerivationGeneration
prov:hadMemberhadMemberCollectionEntity
prov:hadPlanhadPlanThe _optional_ Plan adopted by an Agent in Association with some Activity. Plan specifications are out of the scope of this specification.AssociationPlan
prov:hadPrimarySourcehadPrimarySourceEntityEntity
prov:hadRolehadRoleThe _optional_ Role that an Entity assumed in the context of an Activity. For example, :baking prov:used :spoon; prov:qualified [ a prov:Usage; prov:entity :spoon; prov:hadRole roles:mixing_implement ].Influence|n3-15Role
prov:hadUsagehadUsageThe _optional_ Usage involved in an Entity's Derivation.DerivationUsage
prov:influencedinfluenced
prov:influencerinfluencerSubproperties of prov:influencer are used to cite the object of an unqualified PROV-O triple whose predicate is a subproperty of prov:wasInfluencedBy (e.g. prov:used, prov:wasGeneratedBy). prov:influencer is used much like rdf:object is used.InfluenceThing
prov:invalidatedinvalidatedActivityEntity
prov:invalidatedAtTimeinvalidatedAtTimeThe time at which an entity was invalidated (i.e., no longer usable).EntitydateTime
prov:inverseinversePROV-O does not define all property inverses. The directionalities defined in PROV-O should be given preference over those not defined. However, if users wish to name the inverse of a PROV-O property, the local name given by prov:inverse should be used.
prov:nnA reference to the principal section of the PROV-DM document that describes this concept.
prov:orderorderThe position that this OWL term should be listed within documentation. The scope of the documentation (e.g., among all terms, among terms within a prov:category, among properties applying to a particular class, etc.) is unspecified.
prov:qualifiedAssociationqualifiedAssociationIf this Activity prov:wasAssociatedWith Agent :ag, then it can qualify the Association using prov:qualifiedAssociation [ a prov:Association; prov:agent :ag; :foo :bar ].ActivityAssociation
prov:qualifiedAttributionqualifiedAttributionIf this Entity prov:wasAttributedTo Agent :ag, then it can qualify how it was influenced using prov:qualifiedAttribution [ a prov:Attribution; prov:agent :ag; :foo :bar ].EntityAttribution
prov:qualifiedCommunicationqualifiedCommunicationIf this Activity prov:wasInformedBy Activity :a, then it can qualify how it was influenced using prov:qualifiedCommunication [ a prov:Communication; prov:activity :a; :foo :bar ].ActivityCommunication
prov:qualifiedDelegationqualifiedDelegationIf this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility; prov:agent :ag; :foo :bar ].AgentDelegation
prov:qualifiedDerivationqualifiedDerivationIf this Entity prov:wasDerivedFrom Entity :e, then it can qualify how it was derived using prov:qualifiedDerivation [ a prov:Derivation; prov:entity :e; :foo :bar ].EntityDerivation
prov:qualifiedEndqualifiedEndIf this Activity prov:wasEndedBy Entity :e1, then it can qualify how it was ended using prov:qualifiedEnd [ a prov:End; prov:entity :e1; :foo :bar ].ActivityEnd
prov:qualifiedFormqualifiedFormThis annotation property links a subproperty of prov:wasInfluencedBy with the subclass of prov:Influence and the qualifying property that are used to qualify it. Example annotation: prov:wasGeneratedBy prov:qualifiedForm prov:qualifiedGeneration, prov:Generation . Then this unqualified assertion: :entity1 prov:wasGeneratedBy :activity1 . can be qualified by adding: :entity1 prov:qualifiedGeneration :entity1Gen . :entity1Gen a prov:Generation, prov:Influence; prov:activity :activity1; :customValue 1337 . Note how the value of the unqualified influence (prov:wasGeneratedBy :activity1) is mirrored as the value of the prov:activity (or prov:entity, or prov:agent) property on the influence class.
prov:qualifiedGenerationqualifiedGenerationIf this Activity prov:generated Entity :e, then it can qualify how it performed the Generation using prov:qualifiedGeneration [ a prov:Generation; prov:entity :e; :foo :bar ].EntityGeneration
prov:qualifiedInfluencequalifiedInfluenceBecause prov:qualifiedInfluence is a broad relation, the more specific relations (qualifiedCommunication, qualifiedDelegation, qualifiedEnd, etc.) should be used when applicable.n3-18Influence
prov:qualifiedInvalidationqualifiedInvalidationIf this Entity prov:wasInvalidatedBy Activity :a, then it can qualify how it was invalidated using prov:qualifiedInvalidation [ a prov:Invalidation; prov:activity :a; :foo :bar ].EntityInvalidation
prov:qualifiedPrimarySourcequalifiedPrimarySourceIf this Entity prov:hadPrimarySource Entity :e, then it can qualify how using prov:qualifiedPrimarySource [ a prov:PrimarySource; prov:entity :e; :foo :bar ].EntityPrimarySource
prov:qualifiedQuotationqualifiedQuotationIf this Entity prov:wasQuotedFrom Entity :e, then it can qualify how using prov:qualifiedQuotation [ a prov:Quotation; prov:entity :e; :foo :bar ].EntityQuotation
prov:qualifiedRevisionqualifiedRevisionIf this Entity prov:wasRevisionOf Entity :e, then it can qualify how it was revised using prov:qualifiedRevision [ a prov:Revision; prov:entity :e; :foo :bar ].EntityRevision
prov:qualifiedStartqualifiedStartIf this Activity prov:wasStartedBy Entity :e1, then it can qualify how it was started using prov:qualifiedStart [ a prov:Start; prov:entity :e1; :foo :bar ].ActivityStart
prov:qualifiedUsagequalifiedUsageIf this Activity prov:used Entity :e, then it can qualify how it used it using prov:qualifiedUsage [ a prov:Usage; prov:entity :e; :foo :bar ].ActivityUsage
prov:sharesDefinitionWithsharesDefinitionWith
prov:specializationOfspecializationOfEntityEntity
prov:startedAtTimestartedAtTimeThe time at which an activity started. See also prov:endedAtTime.ActivitydateTime
prov:todotodo
prov:unqualifiedFormunqualifiedFormClasses and properties used to qualify relationships are annotated with prov:unqualifiedForm to indicate the property used to assert an unqualified provenance relation.
prov:usedusedA prov:Entity that was used by this prov:Activity. For example, :baking prov:used :spoon, :egg, :oven .ActivityEntity
prov:valuevalueEntity
prov:wasAssociatedWithwasAssociatedWithAn prov:Agent that had some (unspecified) responsibility for the occurrence of this prov:Activity.ActivityAgent
prov:wasAttributedTowasAttributedToAttribution is the ascribing of an entity to an agent.EntityAgent
prov:wasDerivedFromwasDerivedFromThe more specific subproperties of prov:wasDerivedFrom (i.e., prov:wasQuotedFrom, prov:wasRevisionOf, prov:hadPrimarySource) should be used when applicable.EntityEntity
prov:wasEndedBywasEndedByEnd is when an activity is deemed to have ended. An end may refer to an entity, known as trigger, that terminated the activity.ActivityEntity
prov:wasGeneratedBywasGeneratedByEntityActivity
prov:wasInfluencedBywasInfluencedByBecause prov:wasInfluencedBy is a broad relation, its more specific subproperties (e.g. prov:wasInformedBy, prov:actedOnBehalfOf, prov:wasEndedBy, etc.) should be used when applicable.n3-34n3-38
prov:wasInformedBywasInformedByAn activity a2 is dependent on or informed by another activity a1, by way of some unspecified entity that is generated by a1 and used by a2.ActivityActivity
prov:wasInvalidatedBywasInvalidatedByEntityActivity
prov:wasQuotedFromwasQuotedFromAn entity is derived from an original entity by copying, or 'quoting', some or all of it.EntityEntity
prov:wasRevisionOfwasRevisionOfA revision is a derivation that revises an entity into a revised version.EntityEntity
prov:wasStartedBywasStartedByStart is when an activity is deemed to have started. A start may refer to an entity, known as trigger, that initiated the activity.ActivityEntity