-
Notifications
You must be signed in to change notification settings - Fork 0
/
adms.ttl
168 lines (148 loc) · 10.8 KB
/
adms.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#>.
@prefix xml: <http://www.w3.org/XML/1998/namespace>.
@prefix voaf: <http://purl.org/vocommons/voaf#>.
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix vann: <http://purl.org/vocab/vann/>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#>.
@prefix schema: <http://schema.org/> .
@prefix adms: <http://www.w3.org/ns/adms#> .
<http://www.w3.org/ns/adms> a voaf:Vocabulary, owl:Ontology;
voaf:specializes dcat:;
dcterms:title "Asset Description Metadata Schema (ADMS)"@en;
rdfs:label "Asset Description Metadata Schema (ADMS)"@en;
dcterms:abstract "ADMS is a profile of DCAT, used to describe semantic assets (or just 'Assets'), defined as highly reusable metadata (e.g. xml schemata, generic data models) and reference data (e.g. code lists, taxonomies, dictionaries, vocabularies) that are used for eGovernment system development."@en;
dcterms:creator [schema:affiliation <http://www.w3.org/data#W3C>;
rdfs:seeAlso <http://philarcher.org/foaf.rdf#me>;
foaf:homepage <http://www.w3.org/People/all#phila>;
foaf:name "Phil Archer"] ,
[schema:affiliation [foaf:homepage <http://ies.jrc.ec.europa.eu/DE>; foaf:name "European Commission, Joint Research Centre "];
rdfs:seeAlso <http://andrea-perego.name/foaf/#me>;
foaf:homepage <http://andrea-perego.name/>;
foaf:name "Andrea Perego"] ,
[rdfs:seeAlso <http://makxdekkers.com/makxdekkers.rdf#me>; foaf:homepage <http://makxdekkers.com/>;
foaf:name "Makx Dekkers"];
foaf:maker[foaf:name "Government Linked Data WG, based on output from the ADMS Working Group"; foaf:homepage <http://www.w3.org/2011/gld/>];
dcterms:description """This is the RDF encoding of the Asset Description Metadata Schema, originally
developed under the European Union's ISA Programme and further developed by the W3C Government Linked Data Working Group.
It re-uses terms from several other vocabularies, notably Dublin Core, with elements of SKOS, FOAF and more. """;
dcterms:modified "2013-05-24"^^xsd:date;
dcterms:modified "2013-09-16"^^xsd:date; # removed erroneous . chars before closing blank nodes
dcterms:modified "2013-12-21"^^xsd:date; # corrected URI of schema to http://www,w3.org/ns/adms (no #)
dcterms:modified "2015-07-22"^^xsd:date; # Added rdfs:Class to definition of adms:Asset
vann:preferredNamespacePrefix "adms";
vann:preferredNamespaceUri "http://www.w3.org/ns/adms#";
rdfs:comment "This file specifies the set of RDF classes and properties used in ADMS"@en;
wdrs:describedby <http://www.w3.org/TR/vocab-adms>.
<http://www.w3.org/ns/adms#AssetRepository> dcterms:identifier "adms:AssetRepository";
a rdfs:Class;
rdfs:comment "An Asset Repository is a system or service that provides facilities for storage and maintenance of descriptions of Assets and Asset Distributions, and functionality that allows users to search and access these descriptions. An Asset Repository will typically contain descriptions of several Assets and related Asset Distributions."@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "Asset Repository"@en;
rdfs:subClassOf dcat:Catalog.
<http://www.w3.org/ns/adms#Asset> dcterms:identifier "adms:Asset";
a rdfs:Class;
rdfs:comment "An Asset is an abstract entity that reflects the intellectual content of the asset and represents those characteristics of the asset that are independent of its physical embodiment. This abstract entity combines the FRBR entities work (a distinct intellectual or artistic creation) and expression (the intellectual or artistic realization of a work). Assets can be versioned. Every time the intellectual content of an asset changes, the result is considered to be a new asset that can be linked to previous and next versions of the Asset. The physical embodiment of an Asset is called an Asset Distribution. A particular Asset may have zero or more Asset Distributions.."@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "Asset"@en;
rdfs:subClassOf dcat:Dataset.
<http://www.w3.org/ns/adms#AssetDistribution> dcterms:identifier "adms:AssetDistribution";
a rdfs:Class;
rdfs:comment "An Asset Distribution represents a particular physical embodiment of an Asset, which is an example of the FRBR entity manifestation (the physical embodiment of an expression of a work). An Asset Distribution is typically a downloadable computer file (but in principle it could also be a paper document) that implements the intellectual content of an Asset. A particular Asset Distribution is associated with one and only one Asset, while all Distributions of an Asset share the same intellectual content in different physical formats. Asset Distributions themselves are not versioned."@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "Asset Distribution"@en;
rdfs:subClassOf dcat:Distribution.
<http://www.w3.org/ns/adms#Identifier> dcterms:identifier "adms:Identifier";
a rdfs:Class;
rdfs:comment "This class is based on the UN/CEFACT Identifier complex type defined in See Section 5.8 of Core Components Data Type Catalogue Version 3.1 (http://www.unece.org/fileadmin/DAM/cefact/codesfortrade/CCTS/CCTS-DTCatalogueVersion3p1.pdf) In RDF this is expressed using the following properties: - the content string should be provided using skos:notation, datatyped with the identifier scheme (inclduing the version number if appropriate); - use dcterms:creator to link to a class describing the agency that manages the identifier scheme or adms:schemaAgency to provide the name as a literal. Although not part of the ADMS conceptual model, it may be useful to provide further properties to the Identifier class such as dcterms:created to provide the date on which the identifier was issued."^^rdf:XMLLiteral;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "Identifier"@en.
<http://www.w3.org/ns/adms#identifier> dcterms:identifier "adms:identifier";
a rdf:Property, owl:ObjectProperty;
rdfs:comment "adms:identifier is used to link any resource to an instance of adms:Identifier which is its range. N.B. it is not appropriate to use dcterms:identifer to link to the Identifier class as its range is rdfs:Literal. ADMS uses this to provide any identifier for the Asset."@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "identifier"@en;
rdfs:range <http://www.w3.org/ns/adms#Identifier>.
<http://www.w3.org/ns/adms#includedAsset> dcterms:identifier "adms:includedAsset";
a rdf:Property, owl:ObjectProperty;
rdfs:comment "Links to an Asset that is contained in the Asset being described, e.g. when there are several vocabularies defined in a single document."@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "included asset"@en;
rdfs:domain <http://www.w3.org/ns/adms#Asset>;
rdfs:range <http://www.w3.org/ns/adms#Asset>.
<http://www.w3.org/ns/adms#interoperabilityLevel> dcterms:identifier "adms:interoperabilityLevel";
a rdf:Property, owl:ObjectProperty;
rdfs:comment "Links an Asset to its adms:InteroperabilityLevel. Since this is encoded using skos:Concept, that is the defined range for this property."@en;
rdfs:domain <http://www.w3.org/ns/adms#Asset>;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "interoperability level"@en;
rdfs:domain adms:Asset;
rdfs:range skos:Concept.
<http://www.w3.org/ns/adms#last> dcterms:identifier "adms:last";
a rdf:Property, owl:ObjectProperty;
rdfs:comment "A link to the current or latest version of the Asset."@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "last"@en;
rdfs:subPropertyOf xhv:last.
<http://www.w3.org/ns/adms#next> dcterms:identifier "adms:next";
a rdf:Property, owl:ObjectProperty;
rdfs:comment "A link to the next version of the Asset."@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "next"@en;
rdfs:subPropertyOf xhv:next.
<http://www.w3.org/ns/adms#prev> dcterms:identifier "adms:prev";
a rdf:Property, owl:ObjectProperty;
rdfs:comment "A link to the previous version of the Asset."@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "prev"@en;
rdfs:subPropertyOf xhv:prev.
<http://www.w3.org/ns/adms#representationTechnique> dcterms:identifier "adms:representationTechnique";
a rdf:Property, owl:ObjectProperty;
rdfs:comment "Links an adms:AssetDistribution to a skos:Concept that is its adms:RepresentationTechnique."@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "representation technique"@en;
rdfs:range skos:Concept.
<http://www.w3.org/ns/adms#sample> dcterms:identifier "adms:sample";
a rdf:Property, owl:ObjectProperty;
rdfs:comment "Links to a sample of an Asset (which is itself an Asset)."@en;
rdfs:domain <http://www.w3.org/ns/adms#Asset>;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "sample"@en;
rdfs:range <http://www.w3.org/ns/adms#Asset>.
<http://www.w3.org/ns/adms#schemeAgency> dcterms:identifier "adms:schemeAgency";
a rdf:Property, owl:DatatypeProperty;
rdfs:comment "The name of the agency responsible for issuing the identifier"@en;
rdfs:domain <http://www.w3.org/ns/adms#Identifier>;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "scheme agency"@en;
rdfs:range rdfs:Literal.
<http://www.w3.org/ns/adms#status> dcterms:identifier "adms:status";
a rdf:Property, owl:ObjectProperty;
rdfs:comment "Links to the status of the Asset or Asset Distribution in the context of a particular workflow process. Since Status is defined using a skos:Concept, that is the defined range for this property."^^rdf:XMLLiteral;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "status"@en;
rdfs:range skos:Concept.
<http://www.w3.org/ns/adms#supportedSchema> dcterms:identifier "adms:supportedSchema";
a rdf:Property, owl:ObjectProperty;
rdfs:comment "A schema according to which the Asset Repository can provide data about its content, e.g. ADMS"@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "supported schema"@en;
rdfs:range adms:Asset.
<http://www.w3.org/ns/adms#translation> dcterms:identifier "adms:translation";
a rdf:Property, owl:ObjectProperty;
rdfs:comment "Links Assets that are translations of each other."@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "translation"@en.
<http://www.w3.org/ns/adms#versionNotes> dcterms:identifier "adms:versionNotes";
a rdf:Property, owl:DatatypeProperty;
rdfs:comment "A description of changes between this version and the previous version of the Asset."@en;
rdfs:isDefinedBy <http://www.w3.org/TR/vocab-adms>;
rdfs:label "version info"@en;
rdfs:range rdfs:Literal.