Link to this page
DCAT3
Last uploaded:
May 23, 2024
Acronym | DCAT3 |
Visibility | Public |
Description | Data Catalog Vocabulary (DCAT) - Version 3 is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web. By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable applications easily to consume metadata from multiple catalogs. It further enables decentralized publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can serve as a manifest file to facilitate digital preservation. |
Status | Production |
Format | OWL |
Contact | Alex Skrenchuk, alexskr@stanford.edu |
No views of DCAT3 available
Jump to:
Id | http://www.w3.org/ns/prov#Association
http://www.w3.org/ns/prov#Association
|
---|---|
Preferred Name | Association |
Definitions |
An 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 ].
|
Type | http://www.w3.org/2002/07/owl#Class |
All Properties
definition | An activity association is an assignment of responsibility to an agent for an activity, indicating that the agent had a role in the activity. It further allows for a plan to be specified, which is the plan intended by the agent to achieve some goals in the context of this activity. |
---|---|
label | Association
|
comment | An 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 ].
|
prefLabel | Association
|
n | |
dm | |
isDefinedBy | |
prefixIRI | Association
|
seeAlso | |
subClassOf | |
unqualifiedForm | |
type | |
component | agents-responsibility
|
category | qualified
|
Add comment
Delete | Subject | Author | Type | Created |
---|---|---|---|---|
No notes to display |
- Problem retrieving properties:
Notes
Filter:
Add NCBO Web Widgets to your site for DCAT3
Widget type | Widget demonstration |
---|---|
|
Step 2: Follow the Instructions
For more help visit NCBO Widget Wiki |
|
Example 1 (start typing the class name to get its full URI)
Example 2 (get the ID for a class) Example 3 (get the preferred name for a class) Step 2: Follow the Instructions
For more help visit NCBO Widget Wiki |
|
Step 2: Follow the InstructionsCopy the code below and paste it to your HTML page <iframe frameborder="0" src="/widgets/visualization?ontology=DCAT3&class=http%3A%2F%2Fwww.w3.org%2Fns%2Fprov%23Generation&apikey=YOUR_API_KEY"></iframe> For more help visit NCBO Widget Wiki |
|
Step 2: Follow the InstructionsCopy the code below and paste it to your HTML page <link rel="stylesheet" type="text/css" href="/widgets/jquery.ncbo.tree.css"> <script src="/widgets/jquery.ncbo.tree-2.0.2.js"></script> <div id="widget_tree"></div> var widget_tree = $("#widget_tree").NCBOTree({ apikey: "YOUR_API_KEY", ontology: "DCAT3" }); You can also view a detailed demonstration For more help visit NCBO Widget Wiki |