rdf-vocab 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +624 -622
- data/lib/rdf/vocab/bf2.rb +2241 -2239
- data/lib/rdf/vocab/bibframe.rb +2241 -2239
- data/lib/rdf/vocab/bibo.rb +943 -941
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4307 -4305
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +373 -356
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +146 -144
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +310 -308
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +2 -2
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1204 -1202
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +439 -437
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +318 -316
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +322 -320
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +97 -95
- data/lib/rdf/vocab/premis.rb +903 -901
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9447 -9438
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14700 -14698
- data/lib/rdf/vocab/schemas.rb +14700 -14698
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +776 -774
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +2 -0
- metadata +14 -3
data/lib/rdf/vocab/premis.rb
CHANGED
@@ -3,1219 +3,1221 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.loc.gov/premis/rdf/v1#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.loc.gov/premis/rdf/v1#>
|
7
|
+
# @!visibility private
|
6
8
|
PREMIS = Class.new(RDF::StrictVocabulary("http://www.loc.gov/premis/rdf/v1#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.loc.gov/premis/rdf/v1#",
|
10
|
-
comment: "\n This ontology identifies the classes and properties used to describe preservation metadata in RDF.\n It aligns with PREMIS Data Dictionary version 2.2."
|
11
|
-
"http://purl.org/dc/terms/modified": "2012-09-14T00:00:00Z"
|
12
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://multimedialab.elis.ugent.be/users/samcoppe/ontologies/Premis/index.html for the OWL Documentation of the ontology."
|
13
|
-
"http://www.w3.org/2002/07/owl#imports": ["http://id.loc.gov/vocabulary/preservation/actionsGranted"
|
14
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "1.0.0"
|
15
|
-
isDefinedBy: "http://www.loc.gov/standards/premis/v2/premis-2-2.pdf"
|
16
|
-
label: "Preservation Metadata: Implementation Strategies (PREMIS) Ontology"
|
17
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
comment: "\n This ontology identifies the classes and properties used to describe preservation metadata in RDF.\n It aligns with PREMIS Data Dictionary version 2.2.",
|
13
|
+
"http://purl.org/dc/terms/modified": "2012-09-14T00:00:00Z",
|
14
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://multimedialab.elis.ugent.be/users/samcoppe/ontologies/Premis/index.html for the OWL Documentation of the ontology.",
|
15
|
+
"http://www.w3.org/2002/07/owl#imports": ["http://id.loc.gov/vocabulary/preservation/actionsGranted", "http://id.loc.gov/vocabulary/preservation/agentType", "http://id.loc.gov/vocabulary/preservation/contentLocationType", "http://id.loc.gov/vocabulary/preservation/copyrightStatus", "http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions", "http://id.loc.gov/vocabulary/preservation/environmentCharacteristic", "http://id.loc.gov/vocabulary/preservation/environmentPurpose", "http://id.loc.gov/vocabulary/preservation/eventRelatedAgentRole", "http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole", "http://id.loc.gov/vocabulary/preservation/eventType", "http://id.loc.gov/vocabulary/preservation/formatRegistryRole", "http://id.loc.gov/vocabulary/preservation/hardwareType", "http://id.loc.gov/vocabulary/preservation/inhibitorTarget", "http://id.loc.gov/vocabulary/preservation/inhibitorType", "http://id.loc.gov/vocabulary/preservation/objectCategory", "http://id.loc.gov/vocabulary/preservation/preservationLevelRole", "http://id.loc.gov/vocabulary/preservation/relationshipSubType", "http://id.loc.gov/vocabulary/preservation/relationshipType", "http://id.loc.gov/vocabulary/preservation/rightsBasis", "http://id.loc.gov/vocabulary/preservation/rightsRelatedAgentRole", "http://id.loc.gov/vocabulary/preservation/signatureEncoding", "http://id.loc.gov/vocabulary/preservation/signatureMethod", "http://id.loc.gov/vocabulary/preservation/softwareType", "http://id.loc.gov/vocabulary/preservation/storageMedium"],
|
16
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "1.0.0",
|
17
|
+
isDefinedBy: "http://www.loc.gov/standards/premis/v2/premis-2-2.pdf",
|
18
|
+
label: "Preservation Metadata: Implementation Strategies (PREMIS) Ontology",
|
19
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
18
20
|
|
19
21
|
# Class definitions
|
20
22
|
term :Agent,
|
21
|
-
comment: ["Entity properties:\nMay hold or grant one or more rights.\nMay carry out, authorize, or compel one or more events.\nMay create or act upon one or more objects through an event or with respect to a rights statement."
|
22
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
23
|
-
subClassOf: ["http://purl.org/dc/terms/Agent"
|
24
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
23
|
+
comment: ["Entity properties:\nMay hold or grant one or more rights.\nMay carry out, authorize, or compel one or more events.\nMay create or act upon one or more objects through an event or with respect to a rights statement.", "The Agent entity aggregates information about attributes or characteristics of agents (persons, organizations, or software) associated with rights management and preservation events in the life of a data object. Agent information serves to identify an agent unambiguously from all other\nAgent entities."],
|
24
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
25
|
+
subClassOf: ["http://purl.org/dc/terms/Agent", "http://www.loc.gov/premis/rdf/v1#PremisEntity", "http://xmlns.com/foaf/0.1/Agent"],
|
26
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
25
27
|
term :ApplicableDates,
|
26
|
-
comment: ["Definition: The date range during which the particular rights statement applies or is\napplied to the content."
|
27
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
28
|
+
comment: ["Definition: The date range during which the particular rights statement applies or is\napplied to the content.", "Rationale Specific dates may apply to the particular rights statement."],
|
29
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
28
30
|
subClassOf: [term(
|
29
|
-
maxCardinality: "1"
|
30
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEndDate"
|
31
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
31
|
+
maxCardinality: "1",
|
32
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEndDate",
|
33
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
32
34
|
), term(
|
33
|
-
maxCardinality: "1"
|
34
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStartDate"
|
35
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
35
|
+
maxCardinality: "1",
|
36
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStartDate",
|
37
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
36
38
|
)],
|
37
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
39
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
38
40
|
term :Bitstream,
|
39
|
-
comment: "Definition: Contiguous or non-contiguous data within a file that has meaningful properties for preservation purposes."
|
40
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition"
|
41
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
42
|
-
subClassOf: ["http://www.loc.gov/premis/rdf/v1#Object"
|
43
|
-
minCardinality: "1"
|
44
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasObjectCharacteristics"
|
45
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
41
|
+
comment: "Definition: Contiguous or non-contiguous data within a file that has meaningful properties for preservation purposes.",
|
42
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition",
|
43
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
44
|
+
subClassOf: ["http://www.loc.gov/premis/rdf/v1#Object", term(
|
45
|
+
minCardinality: "1",
|
46
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasObjectCharacteristics",
|
47
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
46
48
|
)],
|
47
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
49
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
48
50
|
term :ContentLocation,
|
49
|
-
comment: ["Creation / Maintenance Notes: A preservation repository should never refer to content that it does not control. Therefore, the PREMIS working group assumed that the repository will always assign the contentLocation, probably by program."
|
50
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
51
|
+
comment: ["Creation / Maintenance Notes: A preservation repository should never refer to content that it does not control. Therefore, the PREMIS working group assumed that the repository will always assign the contentLocation, probably by program.", "Definition: Information needed to retrieve a file from the storage system, or to access a bitstream within a file.", "Usage Notes: If the preservation repository uses the objectIdentifier as a handle for retrieving data, contentLocation is implicit and does not need to be recorded."],
|
52
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
51
53
|
subClassOf: term(
|
52
54
|
intersectionOf: list(term(
|
53
|
-
cardinality: "1"
|
54
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasContentLocationType"
|
55
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
55
|
+
cardinality: "1",
|
56
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasContentLocationType",
|
57
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
56
58
|
), term(
|
57
|
-
cardinality: "1"
|
58
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasContentLocationValue"
|
59
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
59
|
+
cardinality: "1",
|
60
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasContentLocationValue",
|
61
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
60
62
|
)),
|
61
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
63
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
62
64
|
),
|
63
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
65
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
64
66
|
term :CopyrightInformation,
|
65
|
-
comment: ["Definition: Information about the copyright status of the object(s)."
|
66
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
67
|
-
subClassOf: ["http://www.loc.gov/premis/rdf/v1#RightsStatement"
|
67
|
+
comment: ["Definition: Information about the copyright status of the object(s).", "Usage Notes: When rights basis is a copyright, copyrightInformation should be provided.\nRepositories may need to extend this with more detailed information. See the California Digital Library's copyrightMD schema (www.cdlib.org/inside/projects/rights/schema/) for an example of a more detailed scheme."],
|
68
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
69
|
+
subClassOf: ["http://www.loc.gov/premis/rdf/v1#RightsStatement", term(
|
68
70
|
intersectionOf: list(term(
|
69
|
-
cardinality: "1"
|
70
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasCopyrightStatus"
|
71
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
71
|
+
cardinality: "1",
|
72
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasCopyrightStatus",
|
73
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
72
74
|
), term(
|
73
|
-
cardinality: "1"
|
74
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasCopyrightJurisdiction"
|
75
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
75
|
+
cardinality: "1",
|
76
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasCopyrightJurisdiction",
|
77
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
76
78
|
)),
|
77
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
79
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
78
80
|
)],
|
79
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
81
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
80
82
|
term :CreatingApplication,
|
81
|
-
comment: ["Creation / Maintenance Notes: If the object was created by the repository, assignment of creating application information should be straightforward.\nIf the object was created outside the repository, it is possible this information could be supplied by the depositor. It might also be extracted from the file itself; the name of the creating application is often embedded within the file."
|
82
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
83
|
+
comment: ["Creation / Maintenance Notes: If the object was created by the repository, assignment of creating application information should be straightforward.\nIf the object was created outside the repository, it is possible this information could be supplied by the depositor. It might also be extracted from the file itself; the name of the creating application is often embedded within the file.", "Definition: Information about the application that created the object.", "Rationale: Information about the creating application, including the version of the application and the date the file was created, can be useful for problem solving purposes. For example, it is not uncommon for certain versions of software to be known for causing conversion errors or introducing artifacts. It is also useful to determine which rendering software is available for the digital object. For example, if you know that the Distiller program created the PDF file, you know it will be renderable with (among other programs) Adobe Reader.", "Usage Notes: This semantic unit applies to both objects created external to the repository and subsequently ingested, and to objects created by the repository, for example, through migration events.\nThe creatingApplication container is repeatable if more than one application processed the object in turn. For example, a file could be created by Microsoft Word and later turned into a PDF using Adobe Acrobat. Details of both the Word and Acrobat applications may be recorded. However, if both files are stored in the repository, each file should be completely described as an Object entity and linked by using relationship information with a relationshipType “derivation.”\nIt may also be repeated to record the creating application before the object was ingested as well as the creating application used as part of the ingest process. For example, an HTML file was created pre-ingest using Dreamweaver, and the Web crawler Heritrix then captured a snapshot of the files as part of the ingest.\nThe amount of information needed for creatingApplication given here is minimal. For more granularity, extensibility is provided.\nRather than having each repository record this locally, it would be preferable to have a registry of this information similar to format or environment registries."],
|
84
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
83
85
|
subClassOf: term(
|
84
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
86
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
85
87
|
unionOf: list(term(
|
86
|
-
cardinality: "1"
|
87
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasCreatingApplicationName"
|
88
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
88
|
+
cardinality: "1",
|
89
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasCreatingApplicationName",
|
90
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
89
91
|
), term(
|
90
|
-
maxCardinality: "1"
|
91
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasCreatingApplicationVersion"
|
92
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
92
|
+
maxCardinality: "1",
|
93
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasCreatingApplicationVersion",
|
94
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
93
95
|
), term(
|
94
|
-
maxCardinality: "1"
|
95
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasDateCreatedByApplication"
|
96
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
96
|
+
maxCardinality: "1",
|
97
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasDateCreatedByApplication",
|
98
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
97
99
|
))
|
98
100
|
),
|
99
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
101
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
100
102
|
term :Dependency,
|
101
|
-
comment: ["Creation / Maintenance Notes: Recommended practice is for a repository to archive objects on which other objects depend. These may be sent by the submitter of the primary object, or they may in some cases be automatically obtained by the repository. For example, a markup file will often contain links to other objects it requires such as DTDs or XML Schema. If it does, these objects can often be identified by the link and downloaded by the repository."
|
102
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
103
|
+
comment: ["Creation / Maintenance Notes: Recommended practice is for a repository to archive objects on which other objects depend. These may be sent by the submitter of the primary object, or they may in some cases be automatically obtained by the repository. For example, a markup file will often contain links to other objects it requires such as DTDs or XML Schema. If it does, these objects can often be identified by the link and downloaded by the repository.", "Definition: Information about a non-software component or associated file needed in order to use or render the representation or file, for example, a schema, a DTD, or an entity file declaration.", "Usage Notes: This semantic unit is for additional objects that are necessary to render a file or representation, not for required software or hardware. It may also be used for a non-executable component of the object, such as a font or style sheet. For things that the software requires, see swDependency.\nThis semantic unit does not include objects required by structural relationships, such as child content objects (e.g., figures that are part of an article), which are recorded under relationship with a relationshipType of “structural”.\nIt is up to the repository to determine what constitutes a dependency in the context of the designated community.\nThe objects noted may be internal or external to the preservation repository."],
|
104
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
103
105
|
subClassOf: term(
|
104
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
106
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
105
107
|
unionOf: list(term(
|
106
|
-
maxCardinality: "1"
|
107
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasIdentifier"
|
108
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
108
|
+
maxCardinality: "1",
|
109
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasIdentifier",
|
110
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
109
111
|
), term(
|
110
|
-
minCardinality: "1"
|
111
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasDependencyName"
|
112
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
112
|
+
minCardinality: "1",
|
113
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasDependencyName",
|
114
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
113
115
|
))
|
114
116
|
),
|
115
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
117
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
116
118
|
term :Environment,
|
117
|
-
comment: ["Creation / Maintenance Notes: This information may be omitted when the repository is doing only bit-level preservation on the object.\nRather than having each repository record this locally, it would be preferable to have a registry of environment information similar to proposed registries of format information.\nRepositories may choose to design mechanisms for inheritance, so that if the environment required for each file within a representation is identical to the environment recorded for the representation as a whole, it is not necessary to store this information in each file."
|
118
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
119
|
+
comment: ["Creation / Maintenance Notes: This information may be omitted when the repository is doing only bit-level preservation on the object.\nRather than having each repository record this locally, it would be preferable to have a registry of environment information similar to proposed registries of format information.\nRepositories may choose to design mechanisms for inheritance, so that if the environment required for each file within a representation is identical to the environment recorded for the representation as a whole, it is not necessary to store this information in each file.", "Definition: Hardware/software combinations supporting use of the object.", "Rationale: Environment is the means by which the user renders and interacts with content. Separation of digital content from its environmental context can result in the content becoming unusable.", "Usage Notes: All of this semantic units’ subunits are optional. At least one subunit (i.e. environmentNote, dependency, software, hardware, and/or environmentExtension) must be present if this container is included."],
|
120
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
119
121
|
subClassOf: term(
|
120
|
-
maxCardinality: "1"
|
121
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEnvironmentCharacteristic"
|
122
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
122
|
+
maxCardinality: "1",
|
123
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEnvironmentCharacteristic",
|
124
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
123
125
|
),
|
124
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
126
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
125
127
|
term :Event,
|
126
|
-
comment: ["Entity properties:\nMust be related to one or more objects.\nCan be related to one or more agents.\nLinks between entities may be recorded from either direction and need not be bi-directional."
|
127
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
128
|
-
subClassOf: ["http://www.loc.gov/premis/rdf/v1#PremisEntity"
|
128
|
+
comment: ["Entity properties:\nMust be related to one or more objects.\nCan be related to one or more agents.\nLinks between entities may be recorded from either direction and need not be bi-directional.", "The Event entity aggregates information about an action that involves one or more Object entities. Metadata about an Event would normally be recorded and stored separately from the digital object.\nWhether or not a preservation repository records an Event depends upon the importance of the event. Actions that modify objects should always be recorded. Other actions such as copying an object for backup purposes may be recorded in system logs or an audit trail but not necessarily in\nan Event entity.\nMandatory semantic units are: eventIdentifier, eventType, and eventDateTime."],
|
129
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
130
|
+
subClassOf: ["http://www.loc.gov/premis/rdf/v1#PremisEntity", term(
|
129
131
|
intersectionOf: list(term(
|
130
|
-
cardinality: "1"
|
131
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEventType"
|
132
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
132
|
+
cardinality: "1",
|
133
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEventType",
|
134
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
133
135
|
), term(
|
134
|
-
maxCardinality: "1"
|
135
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasIdentifier"
|
136
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
136
|
+
maxCardinality: "1",
|
137
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasIdentifier",
|
138
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
137
139
|
), term(
|
138
|
-
cardinality: "1"
|
139
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEventDateTime"
|
140
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
140
|
+
cardinality: "1",
|
141
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEventDateTime",
|
142
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
141
143
|
)),
|
142
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
144
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
143
145
|
)],
|
144
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
146
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
145
147
|
term :EventOutcomeDetail,
|
146
|
-
comment: ["Definition: A detailed description of the result or product of the event."
|
147
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
148
|
+
comment: ["Definition: A detailed description of the result or product of the event.", "Rationale: An event outcome may be sufficiently complex that a coded description is not adequate to document it.", "Usage Notes: This may be used to record all error and warning messages issued by a program involved in the event or to record a pointer to an error log.\nIf the event was a validity check (e.g., profile conformance) any anomalies or quirks discovered would be recorded here.\nAll subunits of this semantic unit are optional. At least one subunit (i.e. eventOutcomeDetailNote and/or eventOutcomeDetailExtension) must be present if this container is included."],
|
149
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
148
150
|
subClassOf: term(
|
149
|
-
maxCardinality: "1"
|
150
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEventOutcomeDetailNote"
|
151
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
151
|
+
maxCardinality: "1",
|
152
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEventOutcomeDetailNote",
|
153
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
152
154
|
),
|
153
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
155
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
154
156
|
term :EventOutcomeInformation,
|
155
|
-
comment: ["Definition: Information about the outcome of an event."
|
156
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
157
|
+
comment: ["Definition: Information about the outcome of an event.", "Usage Notes: A repository may wish to supplement a coded eventOutcome value with additional information in eventOutcomeDetail. Since events may have more than one outcome, the container is repeatable.\nAll subunits of this semantic unit are optional. At least one subunit (i.e. eventOutcome or eventOutcomeDetail) must be present if this container is included."],
|
158
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
157
159
|
subClassOf: term(
|
158
|
-
maxCardinality: "1"
|
159
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEventOutcome"
|
160
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
160
|
+
maxCardinality: "1",
|
161
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasEventOutcome",
|
162
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
161
163
|
),
|
162
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
164
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
163
165
|
term :File,
|
164
|
-
comment: "Definition: A named and ordered sequence of bytes that is known to an operating system."
|
165
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition"
|
166
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
167
|
-
subClassOf: ["http://www.loc.gov/premis/rdf/v1#Object"
|
168
|
-
minCardinality: "1"
|
169
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasObjectCharacteristics"
|
170
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
166
|
+
comment: "Definition: A named and ordered sequence of bytes that is known to an operating system.",
|
167
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition",
|
168
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
169
|
+
subClassOf: ["http://www.loc.gov/premis/rdf/v1#Object", term(
|
170
|
+
minCardinality: "1",
|
171
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasObjectCharacteristics",
|
172
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
171
173
|
)],
|
172
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
174
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
173
175
|
term :Fixity,
|
174
|
-
comment: ["Creation / Maintenance Notes: Automatically calculated and recorded by repository."
|
175
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
176
|
+
comment: ["Creation / Maintenance Notes: Automatically calculated and recorded by repository.", "Definition: Information used to verify whether an object has been altered in an undocumented or unauthorized way.", "Usage Notes: To perform a fixity check, a message digest calculated at some earlier time is compared with a message digest calculated at a later time. If the digests are the same, the object was not altered in the interim. Recommended practice is to use two or more message digests calculated by different algorithms. (Note that the terms “message digest” and “checksum” are commonly used interchangeably. However, the term “checksum” is more correctly used for the product of a cyclical redundancy check (CRC), whereas the term “message digest” refers to the result of a cryptographic hash function, which is what is referred to here.)\nThe act of performing a fixity check and the date it occurred would be recorded as an Event. The result of the check would be recorded as the eventOutcome. Therefore, only the messageDigestAlgorithm and messageDigest need to be recorded as objectCharacteristics for future comparison.\nRepresentation level: It could be argued that if a representation consists of a single file or if all the files comprised by a representation are combined (e.g., zipped) into a single file, then a fixity check could be performed on the representation. However, in both cases the fixity check is actually being performed on a file, which in this case happens to be coincidental with a representation.\nBitstream level: Message digests can be computed for bitstreams although they are not as common as with files. For example, the JPX format, which is a JPEG2000 format, supports the inclusion of MD5 or SHA-1 message digests in internal metadata that was calculated on any range of bytes of the file."],
|
177
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
176
178
|
subClassOf: term(
|
177
179
|
intersectionOf: list(term(
|
178
|
-
cardinality: "1"
|
179
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasMessageDigestAlgorithm"
|
180
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
180
|
+
cardinality: "1",
|
181
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasMessageDigestAlgorithm",
|
182
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
181
183
|
), term(
|
182
|
-
cardinality: "1"
|
183
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasMessageDigest"
|
184
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
184
|
+
cardinality: "1",
|
185
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasMessageDigest",
|
186
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
185
187
|
)),
|
186
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
188
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
187
189
|
),
|
188
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
190
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
189
191
|
term :Format,
|
190
|
-
comment: ["Creation / Maintenance Notes: The format of a file or bitstream should be ascertained by the repository on ingest. Even if this information is provided by the submitter, directly in metadata or indirectly via the file name extension, recommended practice is to independently identify the format by parsing the file when possible. If the format cannot be identified at the time of ingest, it is valid to record that it is unknown, but the repository should subsequently make an effort to identify the format, even if manual intervention is required."
|
191
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
192
|
+
comment: ["Creation / Maintenance Notes: The format of a file or bitstream should be ascertained by the repository on ingest. Even if this information is provided by the submitter, directly in metadata or indirectly via the file name extension, recommended practice is to independently identify the format by parsing the file when possible. If the format cannot be identified at the time of ingest, it is valid to record that it is unknown, but the repository should subsequently make an effort to identify the format, even if manual intervention is required.", "Definition: Identification of the format of a file or bitstream where format is the organization of digital information according to preset specifications.", "Rationale: Many preservation activities depend on detailed knowledge about the format of the digital object. An accurate identification of format is essential. The identification provided, whether by name or pointer into a format registry, should be sufficient to associate the object with more detailed format information.", "Usage Notes: A bitstream embedded within a file may have different characteristics than the larger file. For example, a bitstream in LaTex format could be embedded within an SGML file, or multiple images using different colorspaces could be embedded within a TIFF file. format must be recorded for every object. When the bitstream format can be recognized by the repository and the repository might want to treat the bitstream differently from the embedding file for preservation purposes, format can be recorded for embedded bitstreams.\nAlthough this semantic unit is mandatory, both of its subunits are optional. At least one subunit (i.e. either formatDesignation or formatRegistry) must be present if this container is included or both may be used. If the subunit (formatDesignation or formatRegistry) needs to be repeated, the entire format container is repeated. This allows for association of format designation with a particular set of format registry information. For example, if the precise format cannot be determined and two format designations are recorded, each is given within a separate format container. The format container may also be repeated for multiple format registry entries."],
|
193
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
192
194
|
subClassOf: term(
|
193
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
195
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
194
196
|
unionOf: list(term(
|
195
|
-
maxCardinality: "1"
|
196
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormatDesignation"
|
197
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
197
|
+
maxCardinality: "1",
|
198
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormatDesignation",
|
199
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
198
200
|
), term(
|
199
|
-
maxCardinality: "1"
|
200
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormatRegistry"
|
201
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
201
|
+
maxCardinality: "1",
|
202
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormatRegistry",
|
203
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
202
204
|
))
|
203
205
|
),
|
204
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
206
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
205
207
|
term :FormatDesignation,
|
206
|
-
comment: ["Definition: An identification of the format of the object."
|
207
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
208
|
+
comment: ["Definition: An identification of the format of the object.", "Usage Notes: Either formatDesignation or at least one instance of formatRegistry is required. Both may be included.\nThe most specific format (or format profile) should be recorded. A repository (or formats registry) may wish to use multipart format names (e.g., “TIFF_GeoTIFF” or “WAVE_MPEG_BWF”) to achieve this specificity."],
|
209
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
208
210
|
subClassOf: term(
|
209
|
-
cardinality: "1"
|
210
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormatName"
|
211
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
211
|
+
cardinality: "1",
|
212
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormatName",
|
213
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
212
214
|
),
|
213
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
215
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
214
216
|
term :FormatRegistry,
|
215
|
-
comment: ["Definition: Identifies and/or gives further information about the format by reference to an entry in a format registry."
|
216
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
217
|
+
comment: ["Definition: Identifies and/or gives further information about the format by reference to an entry in a format registry.", "Rationale: If central format registries are available to the preservation repository, they may provide an excellent way of referencing detailed format information.", "Usage Notes: Either formatDesignation or at least one instance of formatRegistry is required. If more than one formatRegistry needs to be recorded the format container should be repeated to include each additional set of formatRegistry information.\nThe PREMIS working group assumed that a number of format registries will be developed and maintained to support digital preservation efforts. The proposal for a Global Digital Format Registry (GDFR) (http://hul.harvard.edu/gdfr/documents.html#data), for example, would create a network-accessible registry designed to store detailed specifications on formats and profiles."],
|
218
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
217
219
|
subClassOf: [term(
|
218
|
-
cardinality: "1"
|
219
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormatRegistryKey"
|
220
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
220
|
+
cardinality: "1",
|
221
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormatRegistryKey",
|
222
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
221
223
|
), term(
|
222
|
-
cardinality: "1"
|
223
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormatRegistryName"
|
224
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
224
|
+
cardinality: "1",
|
225
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormatRegistryName",
|
226
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
225
227
|
)],
|
226
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
228
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
227
229
|
term :Hardware,
|
228
|
-
comment: ["Creation / Maintenance Notes: Hardware environment information can be very difficult to provide. Many different hardware environments may apply; there are a huge number of combinations of maker and type of CPU, memory, video drivers, and so on. Although at least one hardware environment should be recorded, it is not necessary to record them all and each repository will have to make its own decisions about which hardware environments to record.\nBecause of the difficulty recording this information comprehensively, it would be optimal if central registries of environment information existed. In many cases the environment of a file object is directly associated with the format, making registry lookup by format feasible. In the absence of a global mechanism, repositories may be forced to develop their own local “registries” relating format to hwEnvironment."
|
229
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
230
|
+
comment: ["Creation / Maintenance Notes: Hardware environment information can be very difficult to provide. Many different hardware environments may apply; there are a huge number of combinations of maker and type of CPU, memory, video drivers, and so on. Although at least one hardware environment should be recorded, it is not necessary to record them all and each repository will have to make its own decisions about which hardware environments to record.\nBecause of the difficulty recording this information comprehensively, it would be optimal if central registries of environment information existed. In many cases the environment of a file object is directly associated with the format, making registry lookup by format feasible. In the absence of a global mechanism, repositories may be forced to develop their own local “registries” relating format to hwEnvironment.", "Definition: Hardware components needed by the software referenced in swName or the human user of the referenced software."],
|
231
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
230
232
|
subClassOf: term(
|
231
233
|
intersectionOf: list(term(
|
232
|
-
cardinality: "1"
|
233
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasHardwareType"
|
234
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
234
|
+
cardinality: "1",
|
235
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasHardwareType",
|
236
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
235
237
|
), term(
|
236
|
-
cardinality: "1"
|
237
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasHardwareName"
|
238
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
238
|
+
cardinality: "1",
|
239
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasHardwareName",
|
240
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
239
241
|
)),
|
240
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
242
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
241
243
|
),
|
242
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
244
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
243
245
|
term :Identifier,
|
244
|
-
comment: "This class is used in PREMIS OWL to describe identifiers if the identifiers are not http URIs."
|
245
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
246
|
+
comment: "This class is used in PREMIS OWL to describe identifiers if the identifiers are not http URIs.",
|
247
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
246
248
|
subClassOf: [term(
|
247
|
-
cardinality: "1"
|
248
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasIdentifierType"
|
249
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
249
|
+
cardinality: "1",
|
250
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasIdentifierType",
|
251
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
250
252
|
), term(
|
251
|
-
cardinality: "1"
|
252
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasIdentifierValue"
|
253
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
253
|
+
cardinality: "1",
|
254
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasIdentifierValue",
|
255
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
254
256
|
)],
|
255
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
257
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
256
258
|
term :Inhibitors,
|
257
|
-
comment: ["Creation / Maintenance Notes: Inhibitors are more likely to be present on an object ingested by the repository than applied by the repository itself. It is often not possible to tell that a file has been encrypted by parsing it; the file may appear to be ASCII text. Therefore, information about inhibitors should be supplied as metadata with submitted objects when possible."
|
258
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
259
|
+
comment: ["Creation / Maintenance Notes: Inhibitors are more likely to be present on an object ingested by the repository than applied by the repository itself. It is often not possible to tell that a file has been encrypted by parsing it; the file may appear to be ASCII text. Therefore, information about inhibitors should be supplied as metadata with submitted objects when possible.", "Definition: Features of the object intended to inhibit access, use, or migration.", "Rationale: Format information may indicate whether a file is encrypted, but the nature of the encryption also must be recorded, as well as the access key.", "Usage Notes: Some file formats allow encryption for embedded bitstreams.\nSome file formats such as PDF use passwords to control access to content or specific functions. Although this is actually implemented at the bitstream level, for preservation purposes it is effectively managed at the file level; that is, passwords would not be recorded for individually addressable bitstreams.\nFor certain types of inhibitor keys, more granularity may be required. If the inhibitor key information is identical to key information in digital signatures, use those semantic units."],
|
260
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
259
261
|
subClassOf: term(
|
260
|
-
cardinality: "1"
|
261
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasInhibitorType"
|
262
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
262
|
+
cardinality: "1",
|
263
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasInhibitorType",
|
264
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
263
265
|
),
|
264
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
266
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
265
267
|
term :IntellectualEntity,
|
266
|
-
comment: ["Definition: a set of content that is considered a single intellectual unit for purposes of management and description: for example, a particular book, map, photograph, or database. An Intellectual Entity can include other Intellectual Entities; for example, a Web site can include a Web page; a Web page can include an image. An Intellectual Entity may have one or more digital representations."
|
267
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
268
|
-
subClassOf: "http://www.loc.gov/premis/rdf/v1#PremisEntity"
|
269
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
268
|
+
comment: ["Definition: a set of content that is considered a single intellectual unit for purposes of management and description: for example, a particular book, map, photograph, or database. An Intellectual Entity can include other Intellectual Entities; for example, a Web site can include a Web page; a Web page can include an image. An Intellectual Entity may have one or more digital representations.", "Intellectual entities are described via Descriptive metadata models. These are very domain-specific and are out of scope for PREMIS. Examples: Dublin Core, Mets, MARC"],
|
269
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
270
|
+
subClassOf: "http://www.loc.gov/premis/rdf/v1#PremisEntity",
|
271
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
270
272
|
term :LicenseInformation,
|
271
|
-
comment: ["Definition: Information about a license or other agreement granting permissions related to an object."
|
272
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
273
|
-
subClassOf: ["http://www.loc.gov/premis/rdf/v1#RightsStatement"
|
274
|
-
maxCardinality: "1"
|
275
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasLicenseTerms"
|
276
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
273
|
+
comment: ["Definition: Information about a license or other agreement granting permissions related to an object.", "Usage Note: When rights basis is a license, licenseInformation should be provided."],
|
274
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
275
|
+
subClassOf: ["http://www.loc.gov/premis/rdf/v1#RightsStatement", term(
|
276
|
+
maxCardinality: "1",
|
277
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasLicenseTerms",
|
278
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
277
279
|
)],
|
278
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
280
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
279
281
|
term :Object,
|
280
|
-
comment: ["Entity properties:\nCan be associated with one or more rights statements.\nCan participate in one or more events.\nLinks between entities may be recorded from either direction and need not be bi-directional."
|
281
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
282
|
-
subClassOf: "http://www.loc.gov/premis/rdf/v1#PremisEntity"
|
283
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
282
|
+
comment: ["Entity properties:\nCan be associated with one or more rights statements.\nCan participate in one or more events.\nLinks between entities may be recorded from either direction and need not be bi-directional.", "Entity types: \nRepresentation: A digital object instantiating or embodying an Intellectual Entity. A representation is the set of stored digital files and structural metadata needed to provide a complete and reasonable rendition of the Intellectual Entity.\nFile: A named and ordered sequence of bytes that is known to an operating system.\nBitstream: Contiguous or non-contiguous data within a file that has meaningful properties for preservation purposes.", "The object class aggregates information about a digital object held by a preservation repository and describes those characteristics relevant to preservation management. The only mandatory property is objectIdentifier.\nThe object class has three subclasses: Representation, File, and Bitstream."],
|
283
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
284
|
+
subClassOf: "http://www.loc.gov/premis/rdf/v1#PremisEntity",
|
285
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
284
286
|
term :ObjectCharacteristics,
|
285
|
-
comment: ["Definition: Technical properties of a file or bitstream that are applicable to all or most formats."
|
286
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
287
|
+
comment: ["Definition: Technical properties of a file or bitstream that are applicable to all or most formats.", "Rationale: There are some important technical properties that apply to objects of any format. Detailed definition of format-specific properties is outside the scope of this Data Dictionary, although such properties may be included within objectCharacteristicsExtension.", "Usage Notes: The semantic units included in objectCharacteristics should be treated as a set of information that pertains to a single object at a single compositionLevel. Object characteristics may be repeated when an object was created by applying two or more encodings, such as compression and encryption. In this case each repetition of objectCharacteristics would have an incrementally higher compositionLevel.\nWhen encryption is applied, the objectCharacteristics block must include an inhibitors semantic unit.\nA bitstream embedded within a file may have different object characteristics than the file. Where these characteristics are relevant for preservation, they should be recorded.\nWhen a single file is equivalent to a representation, objectCharacteristics may be applied and thus associated with the representation. In these cases, the relationship between the file comprising the representation and other associated files may be expressed using relationshipSubType."],
|
288
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
287
289
|
subClassOf: [term(
|
288
|
-
cardinality: "1"
|
289
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasCompositionLevel"
|
290
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
290
|
+
cardinality: "1",
|
291
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasCompositionLevel",
|
292
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
291
293
|
), term(
|
292
|
-
minCardinality: "1"
|
293
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormat"
|
294
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
294
|
+
minCardinality: "1",
|
295
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasFormat",
|
296
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
295
297
|
)],
|
296
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
298
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
297
299
|
term :PremisEntity,
|
298
|
-
comment: "Definition: Basicly, the preservation information in PREMIS OWL consists of five entities related to each other. The entities are: Agent, Event, IntellectualEntity, Object, and RightsStatement."
|
299
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "PREMIS 2.2 Owl v2"
|
300
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
301
|
-
subClassOf: "http://www.w3.org/2002/07/owl#Thing"
|
302
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
300
|
+
comment: "Definition: Basicly, the preservation information in PREMIS OWL consists of five entities related to each other. The entities are: Agent, Event, IntellectualEntity, Object, and RightsStatement.",
|
301
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "PREMIS 2.2 Owl v2",
|
302
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
303
|
+
subClassOf: "http://www.w3.org/2002/07/owl#Thing",
|
304
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
303
305
|
term :PreservationLevel,
|
304
|
-
comment: ["Creation / Maintenance Notes: The preservation level may be assigned by the repository or requested by the depositor and submitted as metadata. The repository may also choose to record additional metadata indicating the context for the assignment of the preservation level."
|
305
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
306
|
+
comment: ["Creation / Maintenance Notes: The preservation level may be assigned by the repository or requested by the depositor and submitted as metadata. The repository may also choose to record additional metadata indicating the context for the assignment of the preservation level.", "Definition: Information indicating the decision or policy on the set of preservation functions to be applied to an object and the context in which the decision or policy was made.", "Rationale: Some preservation repositories will offer multiple preservation options depending on factors such as the value or uniqueness of the material, the “preservability” of the format, the amount the customer is willing to pay, etc. The context surrounding the choice of a particular preservation option for an object may also require further explanation.", "Usage Notes: If the repository offers only a single preservation level, this value does not need to be explicitly recorded within the repository.\nApplication of a particular set of preservationLevel semantic units may only cover a single representation of an object: representations in other technical forms or serving other functions may have a different preservationLevel applied.\nThe container may be repeated if a preservation level value needs to be recorded in additional contexts (see preservationLevelRole)."],
|
307
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
306
308
|
subClassOf: [term(
|
307
|
-
cardinality: "1"
|
308
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasPreservationLevelValue"
|
309
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
309
|
+
cardinality: "1",
|
310
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasPreservationLevelValue",
|
311
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
310
312
|
), term(
|
311
|
-
maxCardinality: "1"
|
312
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasPreservationLevelRole"
|
313
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
313
|
+
maxCardinality: "1",
|
314
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasPreservationLevelRole",
|
315
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
314
316
|
)],
|
315
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
317
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
316
318
|
term :RelatedObjectIdentification,
|
317
|
-
comment: [" Definition: The identifier and sequential context of the related resource"
|
318
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
319
|
+
comment: [" Definition: The identifier and sequential context of the related resource", "Usage Notes: The related object may or may not be held within the preservation repository. Recommended practice is that objects reside within the repository unless there is a good reason to reference an object outside. Internal and external references should be clear."],
|
320
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
319
321
|
subClassOf: term(
|
320
322
|
intersectionOf: list(term(
|
321
|
-
cardinality: "1"
|
322
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasRelatedObject"
|
323
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
323
|
+
cardinality: "1",
|
324
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasRelatedObject",
|
325
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
324
326
|
), term(
|
325
|
-
cardinality: "1"
|
326
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasRelatedObjectSequence"
|
327
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
327
|
+
cardinality: "1",
|
328
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasRelatedObjectSequence",
|
329
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
328
330
|
)),
|
329
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
331
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
330
332
|
),
|
331
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
333
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
332
334
|
term :Representation,
|
333
|
-
comment: "Definition: A digital object instantiating or embodying an Intellectual Entity. A representation is the set of stored digital files and structural metadata needed to provide a complete and reasonable rendition of the Intellectual Entity."
|
334
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition"
|
335
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
336
|
-
subClassOf: "http://www.loc.gov/premis/rdf/v1#Object"
|
337
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
335
|
+
comment: "Definition: A digital object instantiating or embodying an Intellectual Entity. A representation is the set of stored digital files and structural metadata needed to provide a complete and reasonable rendition of the Intellectual Entity.",
|
336
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition",
|
337
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
338
|
+
subClassOf: "http://www.loc.gov/premis/rdf/v1#Object",
|
339
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
338
340
|
term :RightsDocumentation,
|
339
|
-
comment: "Definition: A designation used to uniquely identify documentation supporting the\nspecified rights within the repository system."
|
340
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
341
|
+
comment: "Definition: A designation used to uniquely identify documentation supporting the\nspecified rights within the repository system.",
|
342
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
341
343
|
subClassOf: term(
|
342
|
-
maxCardinality: "1"
|
343
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasRightsDocumentationRole"
|
344
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
344
|
+
maxCardinality: "1",
|
345
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasRightsDocumentationRole",
|
346
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
345
347
|
),
|
346
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
348
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
347
349
|
term :RightsGranted,
|
348
|
-
comment: "Definition: The action(s) that the granting agency has allowed the repository."
|
349
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
350
|
+
comment: "Definition: The action(s) that the granting agency has allowed the repository.",
|
351
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
350
352
|
subClassOf: [term(
|
351
353
|
intersectionOf: list(term(
|
352
|
-
cardinality: "1"
|
353
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasAct"
|
354
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
354
|
+
cardinality: "1",
|
355
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasAct",
|
356
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
355
357
|
), term(
|
356
|
-
maxCardinality: "1"
|
357
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasTermOfGrant"
|
358
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
358
|
+
maxCardinality: "1",
|
359
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasTermOfGrant",
|
360
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
359
361
|
)),
|
360
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
362
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
361
363
|
), term(
|
362
|
-
maxCardinality: "1"
|
363
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasTermOfRestriction"
|
364
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
364
|
+
maxCardinality: "1",
|
365
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasTermOfRestriction",
|
366
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
365
367
|
)],
|
366
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
368
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
367
369
|
term :RightsStatement,
|
368
|
-
comment: ["Definition: Documentation of the repository's right to perform one or more acts."
|
369
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
370
|
-
subClassOf: ["http://purl.org/dc/terms/RightsStatement"
|
371
|
-
maxCardinality: "1"
|
372
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasApplicableDates"
|
373
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
370
|
+
comment: ["Definition: Documentation of the repository's right to perform one or more acts.", "Extensions: In OWL one can define its own subclasses to the the RightsStatement class to denote OtherRightsInformation of the PREMIS data dictionary.", "Usage Notes: This semantic unit is optional because in some cases rights may be unknown. Institutions are encouraged to record rights information when possible.\nEither rightsStatement or rightsExtension must be present if the Rights entity is included.\nThe rightsStatement should be repeated when the act(s) described has more than one basis, or when different acts have different bases."],
|
371
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
372
|
+
subClassOf: ["http://purl.org/dc/terms/RightsStatement", "http://www.loc.gov/premis/rdf/v1#PremisEntity", term(
|
373
|
+
maxCardinality: "1",
|
374
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasApplicableDates",
|
375
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
374
376
|
), term(
|
375
|
-
maxCardinality: "1"
|
376
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasIdentifier"
|
377
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
377
|
+
maxCardinality: "1",
|
378
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasIdentifier",
|
379
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
378
380
|
)],
|
379
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
381
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
380
382
|
term :Signature,
|
381
|
-
comment: ["Definition: Information needed to use a digital signature to authenticate the signer of an object and/or the information contained in the object."
|
382
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
383
|
+
comment: ["Definition: Information needed to use a digital signature to authenticate the signer of an object and/or the information contained in the object.", "Rationale: A repository may have a policy of generating digital signatures for files on ingest, or may have a need to store and later validate incoming digital signatures.", "Usage Notes: Several of the semantic components of signatureInformation are taken from the W3C’s XML-Signature Syntax and Processing; see www.w3.org/TR/2002/REC-xmldsig-core-20020212/ for more information on the structure and application of these semantic units."],
|
384
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
383
385
|
subClassOf: term(
|
384
386
|
intersectionOf: list(term(
|
385
|
-
cardinality: "1"
|
386
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSignatureEncoding"
|
387
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
387
|
+
cardinality: "1",
|
388
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSignatureEncoding",
|
389
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
388
390
|
), term(
|
389
|
-
cardinality: "1"
|
390
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSignatureMethod"
|
391
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
391
|
+
cardinality: "1",
|
392
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSignatureMethod",
|
393
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
392
394
|
), term(
|
393
|
-
cardinality: "1"
|
394
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSignatureValidationRules"
|
395
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
395
|
+
cardinality: "1",
|
396
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSignatureValidationRules",
|
397
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
396
398
|
), term(
|
397
|
-
cardinality: "1"
|
398
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSignatureValue"
|
399
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
399
|
+
cardinality: "1",
|
400
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSignatureValue",
|
401
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
400
402
|
)),
|
401
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
403
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
402
404
|
),
|
403
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
405
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
404
406
|
term :SignificantProperties,
|
405
|
-
comment: ["Creation / Maintenance Notes: Significant properties may pertain to all objects of a certain class; for example, the repository can decide that for all PDF files, only the content need be preserved. In other cases, for example, for media art, the significant properties may be unique to each individual object. Where values are unique, they must be supplied by the submitter or provided by the curatorial staff of the repository."
|
406
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
407
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
407
|
+
comment: ["Creation / Maintenance Notes: Significant properties may pertain to all objects of a certain class; for example, the repository can decide that for all PDF files, only the content need be preserved. In other cases, for example, for media art, the significant properties may be unique to each individual object. Where values are unique, they must be supplied by the submitter or provided by the curatorial staff of the repository.", "Definition: Characteristics of a particular object subjectively determined to be important to maintain through preservation actions.", "Rationale: Objects that have the same technical properties may still differ as to the properties that should be preserved for future presentation or use.", "Usage Notes: All of this semantic unit’s subunits are optional. At least one of the significantPropertiesValue and significantPropertiesExtension subunits must be present if this container is included or both may be used.\nSignificant properties may be objective technical characteristics subjectively considered important, or subjectively determined characteristics. For example, a PDF may contain links that are not considered important and JavaScript that is considered important. Or future migrations of a TIFF image may require optimization for line clarity or for color; the option chosen would depend upon a curatorial judgment of the significant properties of the image.\nListing significant properties implies that the repository plans to preserve these properties across time and requires them to acceptably survive preservation action; for example, to be maintained during emulation or after format migration. It also implies that the repository would note when preservation action results in modification of significant properties.\nIn practice, significant properties might be used as measures of preservation success, as part of quality checking the results of a preservation action or evaluating the efficacy of a preservation method. For example, if the listed significant properties are not maintained after application of a particular preservation method, it may indicate a failure of the process or that the method is not well suited to the type of material.\nMore experience with digital preservation is needed to determine the best ways of representing significant properties in general, and of representing modification of significant properties.\nThe semantic units included in the significantProperties container aim to provide a flexible structure for describing significant properties, allowing general types of aspects, facets or attributes of an object to be declared and to be paired with specific significant details about the object pertaining to that aspect, facet or attribute.\nFor example, some repositories may define significant properties for objects related to facets of content, appearance, structure, behavior, and context. Examples of facet:detail pairs in this case could include:\nsignificantPropertiesType = “content”\nsignificantPropertiesValue = “all textual content and images”\nsignificantPropertiesType = “behavior”\nsignificantPropertiesValue = “editable”\nOther repositories may choose to describe significant properties at a more granular attribute level; for example:\nsignificantPropertiesType = “page count”\nsignificantPropertiesValue = “7”\nsignificantPropertiesType = “page width”\nsignificantPropertiesValue = “210 mm”\nEach facet:detail pair should be contained in a separate, repeated significantProperties container.\nFurther work on determining and describing significant properties may yield more detailed schemes to facilitate general description.\nRepresenting modification of significant properties as a result of preservation action also requires further work. One possible way involves the use of Object and Event information: Object A has significant properties volume and timing, which are recorded as significantProperties of A. In migrated version B, the timing is modified, which is noted in the eventOutcome of the migration event. Only volume is listed as a significant property of B."],
|
408
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
409
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
408
410
|
term :Software,
|
409
|
-
comment: ["Creation / Maintenance Notes: If recording this explicitly, many different software environments may apply; for example, a particular object such as a PDF file may be viewable by several versions of several applications running under several operating systems and operating system versions. Although at least one software environment should be recorded, it is not necessary to record them all and each repository will have to make its own decisions about which software environments to record.\nAlso, what appears to the user as a single rendering program can have many dependencies, including system utilities, runtime libraries, and so on, which each might have their own dependencies in turn.\nAs with environment, metadata may be more efficiently managed in conjunction with a format registry either internal or external to a repository. In the absence of a global mechanism, repositories may be forced to develop their own local “registries” relating format to software environment."
|
410
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
411
|
+
comment: ["Creation / Maintenance Notes: If recording this explicitly, many different software environments may apply; for example, a particular object such as a PDF file may be viewable by several versions of several applications running under several operating systems and operating system versions. Although at least one software environment should be recorded, it is not necessary to record them all and each repository will have to make its own decisions about which software environments to record.\nAlso, what appears to the user as a single rendering program can have many dependencies, including system utilities, runtime libraries, and so on, which each might have their own dependencies in turn.\nAs with environment, metadata may be more efficiently managed in conjunction with a format registry either internal or external to a repository. In the absence of a global mechanism, repositories may be forced to develop their own local “registries” relating format to software environment.", "Definition: Software required to render or use the object."],
|
412
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
411
413
|
subClassOf: term(
|
412
414
|
intersectionOf: list(term(
|
413
|
-
cardinality: "1"
|
414
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSoftwareType"
|
415
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
415
|
+
cardinality: "1",
|
416
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSoftwareType",
|
417
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
416
418
|
), term(
|
417
|
-
cardinality: "1"
|
418
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSoftwareName"
|
419
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
419
|
+
cardinality: "1",
|
420
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasSoftwareName",
|
421
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
420
422
|
)),
|
421
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
423
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
422
424
|
),
|
423
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
425
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
424
426
|
term :StatuteInformation,
|
425
|
-
comment: ["Definition: Information about the statute allowing use of the object."
|
426
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
427
|
-
subClassOf: ["http://www.loc.gov/premis/rdf/v1#RightsStatement"
|
427
|
+
comment: ["Definition: Information about the statute allowing use of the object.", "Usage Notes: When rights basis is a statute, statuteInformation should be provided."],
|
428
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
429
|
+
subClassOf: ["http://www.loc.gov/premis/rdf/v1#RightsStatement", term(
|
428
430
|
intersectionOf: list(term(
|
429
|
-
cardinality: "1"
|
430
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStatuteCitation"
|
431
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
431
|
+
cardinality: "1",
|
432
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStatuteCitation",
|
433
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
432
434
|
), term(
|
433
|
-
cardinality: "1"
|
434
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStatuteJurisdiction"
|
435
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
435
|
+
cardinality: "1",
|
436
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStatuteJurisdiction",
|
437
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
436
438
|
)),
|
437
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
439
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
438
440
|
)],
|
439
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
441
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
440
442
|
term :Storage,
|
441
|
-
comment: ["Definition: Information about how and where a file is stored in the storage system."
|
442
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
443
|
+
comment: ["Definition: Information about how and where a file is stored in the storage system.", "Rationale: It is necessary for a repository to associate the contentLocation with the storageMedium.", "Usage Notes: Normally there would be a single storage location and medium for an object, because an object in another location would be considered a different object. The storage composite should be repeated if there are two or more copies that are identical bit-wise and managed as a unit except for the medium on which they are stored. They must have a single objectIdentifier and be managed as a single object by the repository.\nAlthough this semantic unit is mandatory, both of its subunits are optional. At least one subunit (i.e. either contentLocation or storageMedium) must be present or both may be used."],
|
444
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
443
445
|
subClassOf: term(
|
444
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
446
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
445
447
|
unionOf: list(term(
|
446
|
-
maxCardinality: "1"
|
447
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasContentLocation"
|
448
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
448
|
+
maxCardinality: "1",
|
449
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasContentLocation",
|
450
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
449
451
|
), term(
|
450
|
-
maxCardinality: "1"
|
451
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStorageMedium"
|
452
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
452
|
+
maxCardinality: "1",
|
453
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStorageMedium",
|
454
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
453
455
|
))
|
454
456
|
),
|
455
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
457
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
456
458
|
term :TermOfGrant,
|
457
|
-
comment: ["Definition: The time period for the permissions granted."
|
458
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
459
|
-
subClassOf: ["http://www.loc.gov/premis/rdf/v1#ApplicableDates"
|
460
|
-
cardinality: "1"
|
461
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStartDate"
|
462
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
459
|
+
comment: ["Definition: The time period for the permissions granted.", "Rationale: The permission to preserve may be time bounded."],
|
460
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
461
|
+
subClassOf: ["http://www.loc.gov/premis/rdf/v1#ApplicableDates", term(
|
462
|
+
cardinality: "1",
|
463
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStartDate",
|
464
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
463
465
|
)],
|
464
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
466
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
465
467
|
term :TermOfRestriction,
|
466
|
-
comment: ["Definition: The time period for the restriction granted."
|
467
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
468
|
-
subClassOf: ["http://www.loc.gov/premis/rdf/v1#ApplicableDates"
|
469
|
-
cardinality: "1"
|
470
|
-
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStartDate"
|
471
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
468
|
+
comment: ["Definition: The time period for the restriction granted.", "Rationale: The current definition of termOfGrant is \"time period for the permissions granted.\" This allows for expressing information about the rights granted, but some repositories may need to express timebounded restrictions like embargoes. If this is applicable startDate for the beginning of the embargo and endDate for the end of the embargo should be recorded."],
|
469
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
470
|
+
subClassOf: ["http://www.loc.gov/premis/rdf/v1#ApplicableDates", term(
|
471
|
+
cardinality: "1",
|
472
|
+
onProperty: "http://www.loc.gov/premis/rdf/v1#hasStartDate",
|
473
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
472
474
|
)],
|
473
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
475
|
+
type: "http://www.w3.org/2002/07/owl#Class"
|
474
476
|
|
475
477
|
# Property definitions
|
476
478
|
property :hasAct,
|
477
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/actionsGranted "
|
478
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RightsGranted"
|
479
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
479
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/actionsGranted ", "Definition: The action the preservation repository is allowed to take.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary."],
|
480
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RightsGranted",
|
481
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
480
482
|
range: term(
|
481
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/actionsGranted"
|
482
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
483
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
483
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/actionsGranted",
|
484
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
485
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
484
486
|
),
|
485
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
487
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
486
488
|
property :hasAgent,
|
487
|
-
comment: ["Definition: link to the associated Agent."
|
489
|
+
comment: ["Definition: link to the associated Agent.", "Rationale: Digital provenance requires often that relationships between agents and events are documented. The role of the associated agent may need to be documented. For this, a SKOS vocabulary can be used. The LOC will publish a vocabulary at http://id.loc.gov/, denoting the agent's role. These vocabulary will publish the concepts also as subproperties to the linkingAgent property, for denoting the role of the agent in the event or rightsstatement."],
|
488
490
|
domain: term(
|
489
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
490
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#Event"
|
491
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
492
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#Event", "http://www.loc.gov/premis/rdf/v1#RightsStatement")
|
491
493
|
),
|
492
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Agent class definition"
|
493
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
494
|
-
range: "http://www.loc.gov/premis/rdf/v1#Agent"
|
495
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
494
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Agent class definition",
|
495
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
496
|
+
range: "http://www.loc.gov/premis/rdf/v1#Agent",
|
497
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
496
498
|
property :hasAgentName,
|
497
|
-
comment: ["Definition: A text string which could be used in addition to agentIdentifier to identify an agent."
|
498
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Agent"
|
499
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
500
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
501
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
499
|
+
comment: ["Definition: A text string which could be used in addition to agentIdentifier to identify an agent.", "Examples: Erik Owens, Pc", "Rationale: This semantic unit provides a more reader-friendly version of the agent identified by the agentIdentifier.", "Usage Note: The value is not necessarily unique."],
|
500
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Agent",
|
501
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
502
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
503
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
502
504
|
property :hasAgentNote,
|
503
|
-
comment: ["Definition: Additional information about the agent.\n"
|
504
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Agent"
|
505
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
506
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
507
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
505
|
+
comment: ["Definition: Additional information about the agent.\n", "Rationale: Additional information may be needed to describe or disambiguate\nthe agent."],
|
506
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Agent",
|
507
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
508
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
509
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
508
510
|
property :hasAgentType,
|
509
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/agentType "
|
510
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Agent"
|
511
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
511
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/agentType ", "Definition: A high-level characterization of the type of agent.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary."],
|
512
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Agent",
|
513
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
512
514
|
range: term(
|
513
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/agentType"
|
514
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
515
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
515
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/agentType",
|
516
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
517
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
516
518
|
),
|
517
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
519
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
518
520
|
property :hasApplicableDates,
|
519
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RightsStatement"
|
520
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "ApplicableDates class definition"
|
521
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
522
|
-
range: "http://www.loc.gov/premis/rdf/v1#ApplicableDates"
|
523
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
521
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RightsStatement",
|
522
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "ApplicableDates class definition",
|
523
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
524
|
+
range: "http://www.loc.gov/premis/rdf/v1#ApplicableDates",
|
525
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
524
526
|
property :hasCompositionLevel,
|
525
|
-
comment: ["Creation / Maintenance Notes: Composition level will generally be supplied by the repository, which should attempt to supply this value automatically. If the object was created by the repository, the creating routine knows the composition level and can supply this metadata. If the object is being ingested by the repository, repository programs will have to attempt to identify the composition level from the object itself or from externally supplied metadata."
|
526
|
-
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics"
|
527
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
528
|
-
range: "http://www.w3.org/2001/XMLSchema#int"
|
529
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
527
|
+
comment: ["Creation / Maintenance Notes: Composition level will generally be supplied by the repository, which should attempt to supply this value automatically. If the object was created by the repository, the creating routine knows the composition level and can supply this metadata. If the object is being ingested by the repository, repository programs will have to attempt to identify the composition level from the object itself or from externally supplied metadata.", "Data Constraints: Non-negative integers.", "Definition: An indication of whether the object is subject to one or more processes of decoding or unbundling.", "Examples: 0, 1, 2", "Rationale: A file or bitstream can be encoded with compression, encryption, etc., or bundled with other files or bitstreams into larger packages. Knowing the order in which these actions are taken is important if the original object or objects must be recovered.", "Usage Notes: A file or bitstream can be subject to multiple encodings that must be decoded in reverse order (highest to lowest). For example, file A may be compressed to create file B, which is encrypted to create file C. To recreate a copy of the base file A, one would have to unencrypt file C to create file B and then uncompress file B to create file A. A compositionLevel of zero indicates that the object is a base object and not subject to further decoding, while a level of 1 or higher indicates that one or more decodings must be applied.\nNumbering goes lowest to highest (first encoded = 0). 0 is base object; 1-n are subsequent encodings.\nUse 0 as the default if there is only one compositionLevel.\nWhen multiple file objects are bundled together as filestreams within a package file object (e.g., a ZIP file), the individual filestream objects are not composition levels of the package file object. They should be considered separate objects, each with their own composition levels. For example, two encrypted files zipped together and stored in an archive as one file object would be described as three separate objects, each with its own associated metadata. The storage location of the two inner objects would point to the ZIP file, but the ZIP file itself would have only a single composition level (of zero) whose format would be “zip.”"],
|
528
|
+
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics",
|
529
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
530
|
+
range: "http://www.w3.org/2001/XMLSchema#int",
|
531
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
530
532
|
property :hasContentLocation,
|
531
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Storage"
|
532
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Storage class definition and ContentLocation class definition"
|
533
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
534
|
-
range: "http://www.loc.gov/premis/rdf/v1#ContentLocation"
|
535
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
533
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Storage",
|
534
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Storage class definition and ContentLocation class definition",
|
535
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
536
|
+
range: "http://www.loc.gov/premis/rdf/v1#ContentLocation",
|
537
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#InverseFunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
536
538
|
property :hasContentLocationType,
|
537
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/contentLocationType"
|
538
|
-
domain: "http://www.loc.gov/premis/rdf/v1#ContentLocation"
|
539
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
539
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/contentLocationType", "Definition: The means of referencing the location of the content.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.", "Rationale: To understand the meaning of the value it is necessary to know what location scheme is used."],
|
540
|
+
domain: "http://www.loc.gov/premis/rdf/v1#ContentLocation",
|
541
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
540
542
|
range: term(
|
541
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/contentLocationType"
|
542
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
543
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
543
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/contentLocationType",
|
544
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
545
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
544
546
|
),
|
545
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
547
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
546
548
|
property :hasContentLocationValue,
|
547
|
-
comment: ["Definition: The reference to the location of the content used by the storage system."
|
548
|
-
domain: "http://www.loc.gov/premis/rdf/v1#ContentLocation"
|
549
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
550
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
551
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
549
|
+
comment: ["Definition: The reference to the location of the content used by the storage system.", "Examples: http://wwasearch.loc.gov/107th/200212107035/http://house.gov/langevin/ (file), c:\\apache2\\htdocs\\index.html (file), 64 [offset from start of file c:\\apache2\\htdocs\\image\\logo.gif] (bitstream)", "Usage Notes: This could be a fully qualified path and filename, or the information used by a resolution system (e.g., a handle) or the native information used by a storage management system. For a bitstream or filestream, this would probably be the reference point and offset of the starting position of the bitstream. It is up to the repository to determine the level of granularity that should be recorded."],
|
550
|
+
domain: "http://www.loc.gov/premis/rdf/v1#ContentLocation",
|
551
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
552
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
553
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
552
554
|
property :hasCopyrightJurisdiction,
|
553
|
-
comment: ["Data Constraint: Values should be taken from ISO 3166."
|
554
|
-
domain: "http://www.loc.gov/premis/rdf/v1#CopyrightInformation"
|
555
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
556
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
557
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
555
|
+
comment: ["Data Constraint: Values should be taken from ISO 3166.", "Definition: The country whose copyright laws apply.", "Examples: us, de, be", "Rationale: Copyright law can vary from country to country."],
|
556
|
+
domain: "http://www.loc.gov/premis/rdf/v1#CopyrightInformation",
|
557
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
558
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
559
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
558
560
|
property :hasCopyrightStatus,
|
559
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/copyrightStatus"
|
560
|
-
domain: "http://www.loc.gov/premis/rdf/v1#CopyrightInformation"
|
561
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
561
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/copyrightStatus", "Definition: A coded designation for the copyright status of the object at the time the rights statement is recorded.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary."],
|
562
|
+
domain: "http://www.loc.gov/premis/rdf/v1#CopyrightInformation",
|
563
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
562
564
|
range: term(
|
563
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/copyrightStatus"
|
564
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
565
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
565
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/copyrightStatus",
|
566
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
567
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
566
568
|
),
|
567
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
569
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
568
570
|
property :hasCopyrightStatusDeterminationDate,
|
569
|
-
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime"
|
570
|
-
domain: "http://www.loc.gov/premis/rdf/v1#CopyrightInformation"
|
571
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
572
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
573
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
571
|
+
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime", "Definition: The date that the copyright status recorded in copyrightStatus was determined.", "Example: 2001-10-26T19:32:52+00:00"],
|
572
|
+
domain: "http://www.loc.gov/premis/rdf/v1#CopyrightInformation",
|
573
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
574
|
+
range: "http://www.w3.org/2001/XMLSchema#dateTime",
|
575
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
574
576
|
property :hasCreatingApplication,
|
575
|
-
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics"
|
576
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "ObjectCharacteristics class definition and CreatingApplication class definition"
|
577
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
578
|
-
range: "http://www.loc.gov/premis/rdf/v1#CreatingApplication"
|
579
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
577
|
+
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics",
|
578
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "ObjectCharacteristics class definition and CreatingApplication class definition",
|
579
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
580
|
+
range: "http://www.loc.gov/premis/rdf/v1#CreatingApplication",
|
581
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
580
582
|
property :hasCreatingApplicationName,
|
581
|
-
comment: ["Definition: A designation for the name of the software program that created the object."
|
582
|
-
domain: "http://www.loc.gov/premis/rdf/v1#CreatingApplication"
|
583
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
584
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
585
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
583
|
+
comment: ["Definition: A designation for the name of the software program that created the object.", "Example: MSWord", "Usage Notes: The creatingApplication is the application that created the object in its current format, not the application that created the copy written to storage. For example, if a document is created by Microsoft Word and subsequently copied to archive storage by a repository’s Ingest program, the creatingApplication is Word, not the Ingest program."],
|
584
|
+
domain: "http://www.loc.gov/premis/rdf/v1#CreatingApplication",
|
585
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
586
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
587
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
586
588
|
property :hasCreatingApplicationVersion,
|
587
|
-
comment: ["Definition: The version of the software program that created the object."
|
588
|
-
domain: "http://www.loc.gov/premis/rdf/v1#CreatingApplication"
|
589
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
590
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
591
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
589
|
+
comment: ["Definition: The version of the software program that created the object.", "Example: 2000"],
|
590
|
+
domain: "http://www.loc.gov/premis/rdf/v1#CreatingApplication",
|
591
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
592
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
593
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
592
594
|
property :hasDateCreatedByApplication,
|
593
|
-
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime"
|
594
|
-
domain: "http://www.loc.gov/premis/rdf/v1#CreatingApplication"
|
595
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
596
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
597
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
595
|
+
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime", "Definition: The actual or approximate date and time the object was created.", "Example: 2001-10-26T19:32:52+00:00", "Usage Notes: Use the most precise date available.\nThis is the date the object was created by the creating application, not the date any copy was made externally or by the repository. For example, if a file is created by Microsoft Word in 2001 and two copies are made in 2003, the dateCreatedByApplication of all three files is 2001. The date a file is written to storage can be recorded as an Event.\nIf the object itself contains internal creation and modification dates, the modification date should be used as dateCreatedByApplication.\nIf the application is a Web harvester capturing an object at a point of time, use for date captured."],
|
596
|
+
domain: "http://www.loc.gov/premis/rdf/v1#CreatingApplication",
|
597
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
598
|
+
range: "http://www.w3.org/2001/XMLSchema#dateTime",
|
599
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
598
600
|
property :hasDependency,
|
599
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Environment"
|
600
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Environment class definition and Dependency class definition"
|
601
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
602
|
-
range: "http://www.loc.gov/premis/rdf/v1#Dependency"
|
603
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
601
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Environment",
|
602
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Environment class definition and Dependency class definition",
|
603
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
604
|
+
range: "http://www.loc.gov/premis/rdf/v1#Dependency",
|
605
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
604
606
|
property :hasDependencyName,
|
605
|
-
comment: ["Definition: A designation for a component or associated file needed by the representation or file."
|
606
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Dependency"
|
607
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
608
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
609
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
607
|
+
comment: ["Definition: A designation for a component or associated file needed by the representation or file.", "Example: Additional Element Set for Language Corpora", "Rationale: It may not be self-evident from the dependencyIdentifier what the name of the object actually is."],
|
608
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Dependency",
|
609
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
610
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
611
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
610
612
|
property :hasEndDate,
|
611
|
-
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime"
|
612
|
-
domain: "http://www.loc.gov/premis/rdf/v1#ApplicableDates"
|
613
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
614
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
615
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
613
|
+
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime", "Definition: The ending date of the permission granted.", "Usage Notes: Use “0000-00-00T00:00:00+00:00” for an open ended term of grant. Omit endDate if the ending date is unknown or the permission statement applies to many objects with different end dates."],
|
614
|
+
domain: "http://www.loc.gov/premis/rdf/v1#ApplicableDates",
|
615
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
616
|
+
range: "http://www.w3.org/2001/XMLSchema#dateTime",
|
617
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
616
618
|
property :hasEnvironment,
|
617
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Object"
|
618
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition and Environment class definition"
|
619
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
620
|
-
range: "http://www.loc.gov/premis/rdf/v1#Environment"
|
621
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
619
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Object",
|
620
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition and Environment class definition",
|
621
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
622
|
+
range: "http://www.loc.gov/premis/rdf/v1#Environment",
|
623
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
622
624
|
property :hasEnvironmentCharacteristic,
|
623
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentCharacteristic"
|
624
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Environment"
|
625
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
625
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentCharacteristic", "Definition: An assessment of the extent to which the described environment supports its purpose.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.", "Rationale: If multiple environments are described, this element can help to distinguish among them."],
|
626
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Environment",
|
627
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
626
628
|
range: term(
|
627
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/environmentCharacteristic"
|
628
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
629
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
629
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/environmentCharacteristic",
|
630
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
631
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
630
632
|
),
|
631
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
633
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
632
634
|
property :hasEnvironmentNote,
|
633
|
-
comment: ["Definition: Additional information about the environment."
|
634
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Environment"
|
635
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
636
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
637
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
635
|
+
comment: ["Definition: Additional information about the environment.", "Example: This environment assumes that the PDF will be stored locally\nand used with a standalone PDF reader.", "Rationale: There may be a need to give a textual description of the environment for additional explanation.", "Usage Notes: This note could be used to record the context of the environment information. For example, if a file can be rendered through a PC client application or through a browser with a plug-in, this note could be used to identify which situation applies.\nThe note should not be used for a textual description of environment information recorded more rigorously elsewhere."],
|
636
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Environment",
|
637
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
638
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
639
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
638
640
|
property :hasEnvironmentPurpose,
|
639
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentPurpose"
|
640
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Environment"
|
641
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
641
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/environmentPurpose", "Definition: The use(s) supported by the specified environment.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.", "Rationale: Different environments can support different uses of objects. For example, the environment needed to edit and modify a file can be quite different than the environment needed to render it."],
|
642
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Environment",
|
643
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
642
644
|
range: term(
|
643
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/environmentPurpose"
|
644
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
645
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
645
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/environmentPurpose",
|
646
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
647
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
646
648
|
),
|
647
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
649
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
648
650
|
property :hasEvent,
|
649
|
-
comment: ["Definition: The event associated with the object or an agent."
|
651
|
+
comment: ["Definition: The event associated with the object or an agent.", "Usage Notes: Use to link to events that are not associated with relationships between objects, such as format validation, virus checking, etc."],
|
650
652
|
domain: term(
|
651
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
652
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#Agent"
|
653
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
654
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#Agent", "http://www.loc.gov/premis/rdf/v1#Object")
|
653
655
|
),
|
654
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition, the Agent class Definition and Event class definition"
|
655
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
656
|
-
range: "http://www.loc.gov/premis/rdf/v1#Event"
|
657
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
656
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition, the Agent class Definition and Event class definition",
|
657
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
658
|
+
range: "http://www.loc.gov/premis/rdf/v1#Event",
|
659
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
658
660
|
property :hasEventDateTime,
|
659
|
-
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime"
|
660
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Event"
|
661
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
662
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
663
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
661
|
+
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime", "Definition: The single date and time, or date and time range, at or during which the event occurred.", "Example: 2001-10-26T19:32:52+00:00", "Usage Notes: Recommended practice is to record the most specific time possible and to designate the time zone."],
|
662
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Event",
|
663
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
664
|
+
range: "http://www.w3.org/2001/XMLSchema#dateTime",
|
665
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
664
666
|
property :hasEventDetail,
|
665
|
-
comment: ["Definition: Additional information about the event."
|
666
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Event"
|
667
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
668
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
669
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
667
|
+
comment: ["Definition: Additional information about the event.", "Examples: Object permanently withdrawn by request of Caroline Hunt, \nProgram=“MIGJP2JP2K”; version=“2.2”", "Usage Notes: eventDetail is not intended to be processed by machine. It may record any information about an event and/or point to information stored elsewhere."],
|
668
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Event",
|
669
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
670
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
671
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
670
672
|
property :hasEventOutcome,
|
671
|
-
comment: ["Data Constraint: Value should be taken from a controlled vocabulary."
|
672
|
-
domain: "http://www.loc.gov/premis/rdf/v1#EventOutcomeInformation"
|
673
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
674
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
675
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
673
|
+
comment: ["Data Constraint: Value should be taken from a controlled vocabulary.", "Definition: A categorization of the overall result of the event in terms of success, partial success, or failure.", "Examples: 00 [a code meaning “action successfully completed”], CV-01 [a code meaning “checksum validated”]", "Rationale: A coded way of representing the outcome of an event may be useful for machine processing and reporting. If, for example, a fixity check fails, the event record provides both an actionable and a permanent record.", "Usage Notes: Recommended practice is to use a controlled vocabulary that a system can act upon automatically. More detail about the outcome may be recorded in eventOutcomeDetail.\nRecommended practice is to define events with sufficient granularity that each event has a single outcome."],
|
674
|
+
domain: "http://www.loc.gov/premis/rdf/v1#EventOutcomeInformation",
|
675
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
676
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
677
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
676
678
|
property :hasEventOutcomeDetail,
|
677
|
-
domain: "http://www.loc.gov/premis/rdf/v1#EventOutcomeInformation"
|
678
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "EventOutcomeInformation class definition and EventOutcomeDetail class definition"
|
679
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
680
|
-
range: "http://www.loc.gov/premis/rdf/v1#EventOutcomeDetail"
|
681
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
679
|
+
domain: "http://www.loc.gov/premis/rdf/v1#EventOutcomeInformation",
|
680
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "EventOutcomeInformation class definition and EventOutcomeDetail class definition",
|
681
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
682
|
+
range: "http://www.loc.gov/premis/rdf/v1#EventOutcomeDetail",
|
683
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
682
684
|
property :hasEventOutcomeDetailNote,
|
683
|
-
comment: ["Definition: A detailed description of the result or product of the event in textual form."
|
684
|
-
domain: "http://www.loc.gov/premis/rdf/v1#EventOutcomeDetail"
|
685
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
686
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
687
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
685
|
+
comment: ["Definition: A detailed description of the result or product of the event in textual form.", "Examples: LZW compressed file, Non-standard tags found in header", "Rationale: Additional information in textual form may be needed about the outcome of the event."],
|
686
|
+
domain: "http://www.loc.gov/premis/rdf/v1#EventOutcomeDetail",
|
687
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
688
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
689
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
688
690
|
property :hasEventOutcomeInformation,
|
689
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Event"
|
690
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Event class definition and EventOutcomeInformation class definition"
|
691
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
692
|
-
range: "http://www.loc.gov/premis/rdf/v1#EventOutcomeInformation"
|
693
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
691
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Event",
|
692
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Event class definition and EventOutcomeInformation class definition",
|
693
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
694
|
+
range: "http://www.loc.gov/premis/rdf/v1#EventOutcomeInformation",
|
695
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
694
696
|
property :hasEventRelatedAgent,
|
695
|
-
comment: ["Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property."
|
696
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Event"
|
697
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://id.loc.gov/vocabulary/preservation/eventRelatedAgentRole"
|
698
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
699
|
-
range: "http://www.loc.gov/premis/rdf/v1#Agent"
|
700
|
-
subPropertyOf: "http://www.loc.gov/premis/rdf/v1#hasAgent"
|
701
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
697
|
+
comment: ["Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.", "This propety links a Event instance to an Agent instance. Via this property a distinction can be made in the linkingAgent properties based on the domain."],
|
698
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Event",
|
699
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://id.loc.gov/vocabulary/preservation/eventRelatedAgentRole",
|
700
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
701
|
+
range: "http://www.loc.gov/premis/rdf/v1#Agent",
|
702
|
+
subPropertyOf: "http://www.loc.gov/premis/rdf/v1#hasAgent",
|
703
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
702
704
|
property :hasEventRelatedObject,
|
703
|
-
comment: ["Definition: Information about an object associated with an event."
|
704
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Event"
|
705
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["Event class definition and Object class definition"
|
706
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
707
|
-
range: "http://www.loc.gov/premis/rdf/v1#Object"
|
708
|
-
subPropertyOf: "http://www.loc.gov/premis/rdf/v1#hasObject"
|
709
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
705
|
+
comment: ["Definition: Information about an object associated with an event.", "Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.", "Rationale: Digital provenance often requires that relationships between objects and events are documented."],
|
706
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Event",
|
707
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["Event class definition and Object class definition", "http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole"],
|
708
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
709
|
+
range: "http://www.loc.gov/premis/rdf/v1#Object",
|
710
|
+
subPropertyOf: "http://www.loc.gov/premis/rdf/v1#hasObject",
|
711
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
710
712
|
property :hasEventType,
|
711
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/eventType"
|
712
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Event"
|
713
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
713
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/eventType", "Definition: A categorization of the nature of the event.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.", "Rationale: Categorizing events will aid the preservation repository in machine processing of event information, particularly in reporting."],
|
714
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Event",
|
715
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
714
716
|
range: term(
|
715
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/eventType"
|
716
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
717
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
717
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/eventType",
|
718
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
719
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
718
720
|
),
|
719
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
721
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
720
722
|
property :hasFixity,
|
721
|
-
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics"
|
722
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "ObjectCharacteristics class definition and Fixity class definition"
|
723
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
724
|
-
range: "http://www.loc.gov/premis/rdf/v1#Fixity"
|
725
|
-
type: ["http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
|
723
|
+
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics",
|
724
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "ObjectCharacteristics class definition and Fixity class definition",
|
725
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
726
|
+
range: "http://www.loc.gov/premis/rdf/v1#Fixity",
|
727
|
+
type: ["http://www.w3.org/2002/07/owl#InverseFunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
726
728
|
property :hasFormat,
|
727
|
-
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics"
|
728
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "ObjectCharacteristics class definition and Format class definition. Next to the premis:Format class this property can also link to a pronom:file-format or udfr:AbstractFormat ."
|
729
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
729
|
+
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics",
|
730
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "ObjectCharacteristics class definition and Format class definition. Next to the premis:Format class this property can also link to a pronom:file-format or udfr:AbstractFormat .",
|
731
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
730
732
|
range: term(
|
731
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
732
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#Format"
|
733
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
734
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#Format", "http://reference.data.gov.uk/technical-registry/file-format", "http://www.udfr.org/onto#AbstractFormat")
|
733
735
|
),
|
734
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
736
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
735
737
|
property :hasFormatDesignation,
|
736
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Format"
|
737
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Format class definition and FormatDesignation class definition"
|
738
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
739
|
-
range: "http://www.loc.gov/premis/rdf/v1#FormatDesignation"
|
740
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
738
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Format",
|
739
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Format class definition and FormatDesignation class definition",
|
740
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
741
|
+
range: "http://www.loc.gov/premis/rdf/v1#FormatDesignation",
|
742
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
741
743
|
property :hasFormatName,
|
742
|
-
comment: ["Data Constraint: Value should be taken from a controlled vocabulary."
|
743
|
-
domain: "http://www.loc.gov/premis/rdf/v1#FormatDesignation"
|
744
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
745
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
746
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
744
|
+
comment: ["Data Constraint: Value should be taken from a controlled vocabulary.", "Definition: A designation of the format of the file or bitstream.", "Examples: Text/sgml, image/tiff/geotiff, Adobe PDF, DES, PGP, base64, unknown, LaTex", "Usage Notes: For unidentified formats, formatName may be recorded as “unknown”."],
|
745
|
+
domain: "http://www.loc.gov/premis/rdf/v1#FormatDesignation",
|
746
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
747
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
748
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
747
749
|
property :hasFormatNote,
|
748
|
-
comment: ["Definition: Additional information about format."
|
749
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Format"
|
750
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
751
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
752
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
750
|
+
comment: ["Definition: Additional information about format.", "Examples: tentative identification, disjunction, multiple format identifications found", "Rationale: Qualifying information may be needed to supplement format designation and registry information or record a status for identification.", "Usage Notes: The formatNote may contain free text, a reference pointer, or a value from a controlled list."],
|
751
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Format",
|
752
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
753
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
754
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
753
755
|
property :hasFormatRegistry,
|
754
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Format"
|
755
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Format class definition and FormatRegistry class definition"
|
756
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
757
|
-
range: "http://www.loc.gov/premis/rdf/v1#FormatRegistry"
|
758
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
756
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Format",
|
757
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Format class definition and FormatRegistry class definition",
|
758
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
759
|
+
range: "http://www.loc.gov/premis/rdf/v1#FormatRegistry",
|
760
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
759
761
|
property :hasFormatRegistryKey,
|
760
|
-
comment: ["Definition: The unique key used to reference an entry for this format in a format registry."
|
761
|
-
domain: "http://www.loc.gov/premis/rdf/v1#FormatRegistry"
|
762
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
763
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
762
|
+
comment: ["Definition: The unique key used to reference an entry for this format in a format registry.", "Examples: info:gdfr/fred/f/tiff, TIFF/6.0"],
|
763
|
+
domain: "http://www.loc.gov/premis/rdf/v1#FormatRegistry",
|
764
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
765
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
764
766
|
property :hasFormatRegistryName,
|
765
|
-
comment: ["Definition: A designation identifying the referenced format registry."
|
766
|
-
domain: "http://www.loc.gov/premis/rdf/v1#FormatRegistry"
|
767
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
768
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
769
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
767
|
+
comment: ["Definition: A designation identifying the referenced format registry.", "Examples: PRONOM, www.nationalarchives.gov.uk/pronom, Representation Information Registry Repository, FRED: A format registry demonstration, release 0.07", "Usage Notes: This can be a formal name, internally used name, or URI."],
|
768
|
+
domain: "http://www.loc.gov/premis/rdf/v1#FormatRegistry",
|
769
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
770
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
771
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
770
772
|
property :hasFormatRegistryRole,
|
771
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/formatRegistryRole"
|
772
|
-
domain: "http://www.loc.gov/premis/rdf/v1#FormatRegistry"
|
773
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
773
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/formatRegistryRole", "Definition: The purpose or expected use of the registry.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.", "Rationale: The same format may be defined in different registries for different purposes. For example, one registry may give detailed format specifications while another has profile information. If multiple registries are recorded, this semantic unit can be used to distinguish among them."],
|
774
|
+
domain: "http://www.loc.gov/premis/rdf/v1#FormatRegistry",
|
775
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
774
776
|
range: term(
|
775
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/formatRegistryRole"
|
776
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
777
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
777
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/formatRegistryRole",
|
778
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
779
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
778
780
|
),
|
779
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
781
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
780
782
|
property :hasFormatVersion,
|
781
|
-
comment: ["Definition: The version of the format named in formatName."
|
782
|
-
domain: "http://www.loc.gov/premis/rdf/v1#FormatDesignation"
|
783
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
784
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
785
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
783
|
+
comment: ["Definition: The version of the format named in formatName.", "Examples: 6.0, 2003", "Rationale: Many authority lists of format names are not granular enough to indicate version, for example, MIME Media types.", "Usage Notes: If the format is versioned, formatVersion should be recorded. It can be either a numeric or chronological designation."],
|
784
|
+
domain: "http://www.loc.gov/premis/rdf/v1#FormatDesignation",
|
785
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
786
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
787
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
786
788
|
property :hasHardware,
|
787
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Environment"
|
788
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Environment class definition and Hardware class definition"
|
789
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
790
|
-
range: "http://www.loc.gov/premis/rdf/v1#Hardware"
|
791
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
789
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Environment",
|
790
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Environment class definition and Hardware class definition",
|
791
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
792
|
+
range: "http://www.loc.gov/premis/rdf/v1#Hardware",
|
793
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
792
794
|
property :hasHardwareName,
|
793
|
-
comment: ["Definition: Manufacturer, model, and version (if applicable) of the hardware."
|
794
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Hardware"
|
795
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
796
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
797
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
795
|
+
comment: ["Definition: Manufacturer, model, and version (if applicable) of the hardware.", "Examples: Intel Pentium III, 1 GB DRAM, Windows XPcompatible joystick", "Usage Notes: Include manufacturer when this helps to identify or disambiguate the product.\nInclude version for firmware or other components where that information is pertinent."],
|
796
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Hardware",
|
797
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
798
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
799
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
798
800
|
property :hasHardwareOtherInformation,
|
799
|
-
comment: ["Definition: Additional requirements or instructions related to the hardware referenced in hwName."
|
800
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Hardware"
|
801
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
802
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
803
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
801
|
+
comment: ["Definition: Additional requirements or instructions related to the hardware referenced in hwName.", "Examples: 32MB minimum, Required RAM for Apache is unknown", "Rationale: For hardware, the amount of computing resource needed (such as memory, storage, processor speed, etc.) may need to be documented. In addition, more detailed instructions may be needed to install and/or operate the hardware.", "Usage Notes: This could be an identifier or URI used to point to hardware documentation."],
|
802
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Hardware",
|
803
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
804
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
805
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
804
806
|
property :hasHardwareType,
|
805
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/hardwareType"
|
806
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Hardware"
|
807
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
807
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/hardwareType", "Definition: Class or category of the hardware.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary."],
|
808
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Hardware",
|
809
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
808
810
|
range: term(
|
809
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/hardwareType"
|
810
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
811
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
811
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/hardwareType",
|
812
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
813
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
812
814
|
),
|
813
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
815
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
814
816
|
property :hasIdentifier,
|
815
817
|
domain: term(
|
816
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
817
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#Agent"
|
818
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
819
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#Agent", "http://www.loc.gov/premis/rdf/v1#Dependency", "http://www.loc.gov/premis/rdf/v1#Event", "http://www.loc.gov/premis/rdf/v1#LicenseInformation", "http://www.loc.gov/premis/rdf/v1#Object", "http://www.loc.gov/premis/rdf/v1#RightsDocumentation", "http://www.loc.gov/premis/rdf/v1#RightsStatement")
|
818
820
|
),
|
819
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Identifier class definition"
|
820
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
821
|
-
type: ["http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
|
821
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Identifier class definition",
|
822
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
823
|
+
type: ["http://www.w3.org/2002/07/owl#InverseFunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
822
824
|
property :hasIdentifierType,
|
823
|
-
comment: ["Data Constraint: Value should be taken from controlled vocabulary."
|
824
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Identifier"
|
825
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
826
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
827
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
825
|
+
comment: ["Data Constraint: Value should be taken from controlled vocabulary.", "Definition: A designation of the domain within which the identifier is unique.", "Examples: DLC, DRS, hdl:4263537", "Rationale: Identifier values cannot be assumed to be unique across domains. The combination of identifierType and identifierValue should ensure uniqueness.", "Usage Notes: The type of the identifier may be implicit within the repository as long it can be explicitly communicated when the item is disseminated outside of it."],
|
826
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Identifier",
|
827
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
828
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
829
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
828
830
|
property :hasIdentifierValue,
|
829
|
-
comment: ["Defnition: The value of the Identifier."
|
830
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Identifier"
|
831
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
832
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
833
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
831
|
+
comment: ["Defnition: The value of the Identifier.", "Examples: 0000000312 (Representation), IU2440 (File), WAC1943.56 (File), http://nrs.harvard.edu/urn-3:FHCL.Loeb:sal (File), IU2440-1 (Bitstream)"],
|
832
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Identifier",
|
833
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
834
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
835
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
834
836
|
property :hasInhibitorKey,
|
835
|
-
comment: ["Definition: The decryption key or password."
|
836
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Inhibitors"
|
837
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
838
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
839
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
837
|
+
comment: ["Definition: The decryption key or password.", "Example: [DES decryption key]", "Usage Notes: The key should be provided if known. However, it is not advisable to actually store the inhibitorKey in plain text in an unsecure database."],
|
838
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Inhibitors",
|
839
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
840
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
841
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
840
842
|
property :hasInhibitorTarget,
|
841
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorTarget"
|
842
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Inhibitors"
|
843
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
843
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorTarget", "Definition: The content or function protected by the inhibitor.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary."],
|
844
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Inhibitors",
|
845
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
844
846
|
range: term(
|
845
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/inhibitorTarget"
|
846
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
847
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
847
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/inhibitorTarget",
|
848
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
849
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
848
850
|
),
|
849
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
851
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
850
852
|
property :hasInhibitorType,
|
851
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorType"
|
852
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Inhibitors"
|
853
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
853
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/inhibitorType", "Definition: The inhibitor method employed.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary."],
|
854
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Inhibitors",
|
855
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
854
856
|
range: term(
|
855
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/inhibitorType"
|
856
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
857
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
857
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/inhibitorType",
|
858
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
859
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
858
860
|
),
|
859
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
861
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
860
862
|
property :hasInhibitors,
|
861
|
-
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics"
|
862
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "ObjectCharacteristics class definition and Inhibitors class definition"
|
863
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
864
|
-
range: "http://www.loc.gov/premis/rdf/v1#Inhibitors"
|
865
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
863
|
+
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics",
|
864
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "ObjectCharacteristics class definition and Inhibitors class definition",
|
865
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
866
|
+
range: "http://www.loc.gov/premis/rdf/v1#Inhibitors",
|
867
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
866
868
|
property :hasIntellectualEntity,
|
867
|
-
comment: ["Definition: An intellectual entity associated with the object."
|
868
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Object"
|
869
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
870
|
-
range: "http://www.loc.gov/premis/rdf/v1#IntellectualEntity"
|
871
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
869
|
+
comment: ["Definition: An intellectual entity associated with the object.", "Usage Notes: Use to link to an intellectual entity that is related to the object. This may be a link to descriptive metadata that describes the intellectual entity or some other surrogate for it that can be referenced. This link will likely be to an identifier of an object that is at a higher conceptual level than the object for which the metadata is provided, for example, to a collection or parent object."],
|
870
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Object",
|
871
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
872
|
+
range: "http://www.loc.gov/premis/rdf/v1#IntellectualEntity",
|
873
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
872
874
|
property :hasKeyInformation,
|
873
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Signature"
|
874
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Signature class definition and KeyInformation class definition"
|
875
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
876
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
875
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Signature",
|
876
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Signature class definition and KeyInformation class definition",
|
877
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
878
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
877
879
|
property :hasLicenseTerms,
|
878
|
-
comment: ["Definition: Text describing the license or agreement by which permission was granted."
|
879
|
-
domain: "http://www.loc.gov/premis/rdf/v1#LicenseInformation"
|
880
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
881
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
882
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
880
|
+
comment: ["Definition: Text describing the license or agreement by which permission was granted.", "Usage Notes: This could contain the actual text of the license or agreement or a paraphrase or summary."],
|
881
|
+
domain: "http://www.loc.gov/premis/rdf/v1#LicenseInformation",
|
882
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
883
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
884
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
883
885
|
property :hasMessageDigest,
|
884
|
-
comment: ["Definition: The output of the message digest algorithm."
|
885
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Fixity"
|
886
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
887
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
888
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
886
|
+
comment: ["Definition: The output of the message digest algorithm.", "Example: 7c9b35da4f2ebd436f1cf88e5a39b3a257edf4a22be3c955ac49da2e2107b67a1924419563", "Rationale: This must be stored so that it can be compared in future fixity checks."],
|
887
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Fixity",
|
888
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
889
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
890
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
889
891
|
property :hasMessageDigestAlgorithm,
|
890
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions"
|
891
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Fixity"
|
892
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
892
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions", "Definition: The specific algorithm used to construct the message digest for the digital object.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary."],
|
893
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Fixity",
|
894
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
893
895
|
range: term(
|
894
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions"
|
895
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
896
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
896
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/cryptographicHashFunctions",
|
897
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
898
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
897
899
|
),
|
898
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
900
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
899
901
|
property :hasMessageDigestOriginator,
|
900
|
-
comment: ["Creation / Maintenance Notes: If the calculation of the initial message digest is treated by the repository as an Event, this information could be obtained from an Event record."
|
901
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Fixity"
|
902
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
903
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
904
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
902
|
+
comment: ["Creation / Maintenance Notes: If the calculation of the initial message digest is treated by the repository as an Event, this information could be obtained from an Event record.", "Definition: The agent that created the original message digest that is compared in a fixity check.", "Examples: DRS, A0000978", "Rationale: A preservation repository may ingest files that have had message digests calculated by the submitter; checking these ensures that the file as received is the same as the file as sent. The repository may also ingest files that do not have message digests, and so must calculate the initial value upon ingest. It can be useful to know who calculated the initial value of the message digest.", "Usage Notes: The originator of the message digest could be represented by a string representing the agent (e.g., “NRS” referring to the archive itself) or a pointer to an agent description (e.g., “A0000987” taken here to be an agentIdentifierValue)."],
|
903
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Fixity",
|
904
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
905
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
906
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
905
907
|
property :hasObject,
|
906
|
-
comment: ["Definition: Information about an object associated with an event or rightsstatement."
|
908
|
+
comment: ["Definition: Information about an object associated with an event or rightsstatement.", "Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.", "Rationale: Digital provenance often requires that relationships between objects and events are documented. / Rights statements must be associated with the objects to which they pertain, either by linking from the rights statement to the object(s) or by linking from the object(s) to the rights statement. This provides the mechanism for the link from the rights statement to an object. For denoting the role of the object, when related to an event,one can extend this ontology be defining your own subproperties, such as those given by http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole."],
|
907
909
|
domain: term(
|
908
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
909
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#Event"
|
910
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
911
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#Event", "http://www.loc.gov/premis/rdf/v1#RightsStatement")
|
910
912
|
),
|
911
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["Event and RightsStatement class definition and Object class definition"
|
912
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
913
|
-
range: "http://www.loc.gov/premis/rdf/v1#Object"
|
914
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
913
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["Event and RightsStatement class definition and Object class definition", "http://id.loc.gov/vocabulary/preservation/eventRelatedObjectRole"],
|
914
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
915
|
+
range: "http://www.loc.gov/premis/rdf/v1#Object",
|
916
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
915
917
|
property :hasObjectCharacteristics,
|
916
918
|
domain: term(
|
917
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
918
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#Bitstream"
|
919
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
920
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#Bitstream", "http://www.loc.gov/premis/rdf/v1#File")
|
919
921
|
),
|
920
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition and ObjectCharacteristics class definition"
|
921
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
922
|
-
range: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics"
|
923
|
-
type: ["http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
|
922
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition and ObjectCharacteristics class definition",
|
923
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
924
|
+
range: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics",
|
925
|
+
type: ["http://www.w3.org/2002/07/owl#InverseFunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
924
926
|
property :hasOriginalName,
|
925
|
-
comment: ["Creation / Maintenance Notes: This value would always be supplied to the repository by the submitter or harvesting application. How much of the file path to preserve would be up to the repository."
|
927
|
+
comment: ["Creation / Maintenance Notes: This value would always be supplied to the repository by the submitter or harvesting application. How much of the file path to preserve would be up to the repository.", "Definition: The name of the object as submitted to or harvested by the repository, before any renaming by the repository.", "Example: N419.pdf", "Rationale: The name used within the preservation repository may not be known outside of the repository. A depositor might need to request a file by its original name. Also, the repository may need to reconstruct internal links for dissemination.", "Usage Notes: This is the name of the object as designated in the Submission Information Package (SIP). The object may have other names in different contexts. When two repositories are exchanging content, it would be important for the receiving repository to know and record the name of the representation at the originating repository. In the case of representations, this may be a directory name."],
|
926
928
|
domain: term(
|
927
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
928
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#File"
|
929
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
930
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#File", "http://www.loc.gov/premis/rdf/v1#Representation")
|
929
931
|
),
|
930
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
931
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
932
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
932
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
933
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
934
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
933
935
|
property :hasPreservationLevel,
|
934
936
|
domain: term(
|
935
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
936
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#File"
|
937
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
938
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#File", "http://www.loc.gov/premis/rdf/v1#Representation")
|
937
939
|
),
|
938
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition and PreservationLevel class definition"
|
939
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
940
|
-
range: "http://www.loc.gov/premis/rdf/v1#PreservationLevel"
|
941
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
940
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition and PreservationLevel class definition",
|
941
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
942
|
+
range: "http://www.loc.gov/premis/rdf/v1#PreservationLevel",
|
943
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
942
944
|
property :hasPreservationLevelDateAssigned,
|
943
|
-
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime"
|
944
|
-
domain: "http://www.loc.gov/premis/rdf/v1#PreservationLevel"
|
945
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
946
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
947
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
945
|
+
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime", "Definition: The date, or date and time, when a particular preservationLevelValue was assigned to the object.", "Examples: 2001-10-26T19:32:52+00:00", "Rationale: The preservationLevel applicable to an object is expected to be reviewed and changed over time, in response to changes in repository preservation requirements, policies, or capabilities relevant to the object. The date that the current preservationLevelValue was assigned aids review of decisions."],
|
946
|
+
domain: "http://www.loc.gov/premis/rdf/v1#PreservationLevel",
|
947
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
948
|
+
range: "http://www.w3.org/2001/XMLSchema#dateTime",
|
949
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
948
950
|
property :hasPreservationLevelRationale,
|
949
|
-
comment: ["Definition: The reason a particular preservationLevelValue was applied to \n the object."
|
950
|
-
domain: "http://www.loc.gov/premis/rdf/v1#PreservationLevel"
|
951
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
952
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
953
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
951
|
+
comment: ["Definition: The reason a particular preservationLevelValue was applied to \n the object.", "Examples: user pays, legislation, defective file, bit-level preservation only available for this format", "Rationale: Application of a particular preservationLevelValue may require justification, especially if it differs from that usually applied according to repository policy.", "Usage Notes: This optional semantic unit records the reason for applying the preservationLevelValue.\nThis information can be particularly important when the assigned preservationLevelValue differs from usual repository policy.\nFor example, a repository may normally assign a preservationLevelValue of “full preservation” for JPEG2000 files, but detects that a particular file is defective. This may mean that the repository’s preservation strategy for JPEG2000 may not be effective for this particular file, so the repository may assign a preservationLevelValue of “bit-level preservation” to this file, recording “defective file” as the rationale.\nSimilarly, legislative requirements or contractual agreements may require a higher level of preservation to be assigned to a particular object than would be assigned to that class of object according to usual policy. In this case, the rationale for the assignment may be recorded as “legislation” or “user pays”, for example.\npreservationLevelRationale may be repeated if more than one reason needs to be recorded."],
|
952
|
+
domain: "http://www.loc.gov/premis/rdf/v1#PreservationLevel",
|
953
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
954
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
955
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
954
956
|
property :hasPreservationLevelRole,
|
955
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/preservationLevelRole"
|
956
|
-
domain: "http://www.loc.gov/premis/rdf/v1#PreservationLevel"
|
957
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
957
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/preservationLevelRole", "Definition: A value indicating the context in which a set of preservation options is applicable.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.", "Rationale: Repositories may assign preservationLevelValues in different contexts which must be differentiated, and may need to record more than one context."],
|
958
|
+
domain: "http://www.loc.gov/premis/rdf/v1#PreservationLevel",
|
959
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
958
960
|
range: term(
|
959
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/preservationLevelRole"
|
960
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
961
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
961
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/preservationLevelRole",
|
962
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
963
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
962
964
|
),
|
963
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
965
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
964
966
|
property :hasPreservationLevelValue,
|
965
|
-
comment: ["Creation / Maintenance Notes: The preservation level may be assigned by the repository or requested by the depositor and submitted as metadata."
|
966
|
-
domain: "http://www.loc.gov/premis/rdf/v1#PreservationLevel"
|
967
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
968
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
969
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
967
|
+
comment: ["Creation / Maintenance Notes: The preservation level may be assigned by the repository or requested by the depositor and submitted as metadata.", "Data Constraint: Value should be taken from a controlled vocabulary.", "Definition: A value indicating the set of preservation functions expected to be applied to the object.", "Examples: bit-level, full, fully supported with future migrations (File), 0", "Rationale: Some preservation repositories will offer multiple preservation options depending on factors such as the value or uniqueness of the material, the “preservability” of the format, the amount the customer is willing to pay, etc.", "Usage Notes: Only one preservationLevelValue may be recorded per preservationLevel container. If a further preservationLevelValue applies to the object in a different context, a separate preservationLevel container should be repeated."],
|
968
|
+
domain: "http://www.loc.gov/premis/rdf/v1#PreservationLevel",
|
969
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
970
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
971
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
970
972
|
property :hasRelatedObject,
|
971
|
-
comment: "Definition: This property related to all object belonging to a RelatedObjectIdentification to describe the related objects as an aggregation."
|
972
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RelatedObjectIdentification"
|
973
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
974
|
-
range: "http://www.loc.gov/premis/rdf/v1#Object"
|
975
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
973
|
+
comment: "Definition: This property related to all object belonging to a RelatedObjectIdentification to describe the related objects as an aggregation.",
|
974
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RelatedObjectIdentification",
|
975
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
976
|
+
range: "http://www.loc.gov/premis/rdf/v1#Object",
|
977
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
976
978
|
property :hasRelatedObjectSequence,
|
977
|
-
comment: ["Definition: The order of the related object relative to other objects with the same\ntype of relationship."
|
978
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RelatedObjectIdentification"
|
979
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
980
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
981
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
979
|
+
comment: ["Definition: The order of the related object relative to other objects with the same\ntype of relationship.", "Rationale: This semantic unit is particularly useful for structural relationships. In order to reconstruct a representation, it may be necessary to know the order of components with sibling or part-whole relationships. For example, to render a page-image book, it is necessary to know the order of files representing pages."],
|
980
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RelatedObjectIdentification",
|
981
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
982
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
983
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
982
984
|
property :hasRelatedStatuteInformation,
|
983
|
-
comment: "Definition: This property is used to relate certain StatuteInformation instances. The rationale for this is that in the PREMIS data dictionary, a RightsStatement instance can consist of several StatuteInformation instances. In the PREMIS OWL ontology, the StatuteInformation class is subclassed to RightsStatement. The restore the relation between the grouped StatuteInformation instances of a RightsStatement of the PREMIS data dictionary, this property is used is PREMIS OWL."
|
984
|
-
domain: "http://www.loc.gov/premis/rdf/v1#StatuteInformation"
|
985
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
986
|
-
range: "http://www.loc.gov/premis/rdf/v1#StatuteInformation"
|
987
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
985
|
+
comment: "Definition: This property is used to relate certain StatuteInformation instances. The rationale for this is that in the PREMIS data dictionary, a RightsStatement instance can consist of several StatuteInformation instances. In the PREMIS OWL ontology, the StatuteInformation class is subclassed to RightsStatement. The restore the relation between the grouped StatuteInformation instances of a RightsStatement of the PREMIS data dictionary, this property is used is PREMIS OWL.",
|
986
|
+
domain: "http://www.loc.gov/premis/rdf/v1#StatuteInformation",
|
987
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
988
|
+
range: "http://www.loc.gov/premis/rdf/v1#StatuteInformation",
|
989
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
988
990
|
property :hasRelationship,
|
989
|
-
comment: ["Definition: This property links one object to one or more other objects."
|
990
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Object"
|
991
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://id.loc.gov/vocabulary/preservation/relationshipSubType"
|
992
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing"
|
991
|
+
comment: ["Definition: This property links one object to one or more other objects.", "Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.", "The LOC will provide a SKOS vocabulary, where the concepts can also be used as object properties at http://id.loc.gov/. These relationships will capture the relationship type and subtype. One can define its own relationships, but for interoperability reasons, these should be linked to or made a subproperty of the properties of the LOC vocabulary."],
|
992
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Object",
|
993
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://id.loc.gov/vocabulary/preservation/relationshipSubType", "http://id.loc.gov/vocabulary/preservation/relationshipType"],
|
994
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "testing",
|
993
995
|
range: term(
|
994
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
995
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#Object"
|
996
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
997
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#Object", "http://www.loc.gov/premis/rdf/v1#RelatedObjectIdentification")
|
996
998
|
),
|
997
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
999
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
998
1000
|
property :hasRestriction,
|
999
|
-
comment: ["Definition: A condition or limitation on the act."
|
1000
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RightsGranted"
|
1001
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1002
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1003
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1001
|
+
comment: ["Definition: A condition or limitation on the act.", "Examples: No more than three, Allowed only after one year of archival retention has elapsed, Rightsholder must be notified after completion of act"],
|
1002
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RightsGranted",
|
1003
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1004
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1005
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1004
1006
|
property :hasRightsDocumentation,
|
1005
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RightsStatement"
|
1006
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "RiightsDocumentation class definition"
|
1007
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1008
|
-
range: "http://www.loc.gov/premis/rdf/v1#RightsDocumentation"
|
1009
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1007
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RightsStatement",
|
1008
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "RiightsDocumentation class definition",
|
1009
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1010
|
+
range: "http://www.loc.gov/premis/rdf/v1#RightsDocumentation",
|
1011
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1010
1012
|
property :hasRightsDocumentationRole,
|
1011
|
-
comment: ["Definition: This property denotes the role of the related documentation. The value must be taken from a skos vocabulary. A value indicating the purpose or expected use of the documentation being identified."
|
1012
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RightsDocumentation"
|
1013
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1014
|
-
range: "http://www.w3.org/2004/02/skos/core#Concept"
|
1015
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1013
|
+
comment: ["Definition: This property denotes the role of the related documentation. The value must be taken from a skos vocabulary. A value indicating the purpose or expected use of the documentation being identified.", "Rationale: This information distinguishes the purpose of the supporting documentation especially when there are multiple documentation identifiers."],
|
1014
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RightsDocumentation",
|
1015
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1016
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept",
|
1017
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1016
1018
|
property :hasRightsGranted,
|
1017
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RightsStatement"
|
1018
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "RightsStatement class definition and RightsGranted class definition"
|
1019
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1020
|
-
range: "http://www.loc.gov/premis/rdf/v1#RightsGranted"
|
1021
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1019
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RightsStatement",
|
1020
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "RightsStatement class definition and RightsGranted class definition",
|
1021
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1022
|
+
range: "http://www.loc.gov/premis/rdf/v1#RightsGranted",
|
1023
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1022
1024
|
property :hasRightsGrantedNote,
|
1023
|
-
comment: ["Definition: Additional information about the rights granted."
|
1024
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RightsGranted"
|
1025
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1026
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1027
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1025
|
+
comment: ["Definition: Additional information about the rights granted.", "Rationale: A textual description of the rights granted may be needed for additional explanation.", "Usage Notes: This semantic unit may include a statement about risk assessment, for example, when a repository is not certain about what permissions have been granted."],
|
1026
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RightsGranted",
|
1027
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1028
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1029
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1028
1030
|
property :hasRightsRelatedAgent,
|
1029
|
-
comment: ["Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property."
|
1030
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RightsStatement"
|
1031
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://id.loc.gov/vocabulary/preservation/rightsRelatedAgentRole"
|
1032
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable"
|
1033
|
-
range: "http://www.loc.gov/premis/rdf/v1#Agent"
|
1034
|
-
subPropertyOf: "http://www.loc.gov/premis/rdf/v1#hasAgent"
|
1035
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1031
|
+
comment: ["Extensions: One can extend this property to use more fine grained properties by defining the fine grained properties as subproperties of this property.", "This propety links a RightsStatement instance to an Agent instance. Via this property a distinction can be made in the linkingAgent properties based on the domain."],
|
1032
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RightsStatement",
|
1033
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "http://id.loc.gov/vocabulary/preservation/rightsRelatedAgentRole",
|
1034
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "unstable",
|
1035
|
+
range: "http://www.loc.gov/premis/rdf/v1#Agent",
|
1036
|
+
subPropertyOf: "http://www.loc.gov/premis/rdf/v1#hasAgent",
|
1037
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1036
1038
|
property :hasRightsStatement,
|
1037
|
-
comment: ["Definition: A rights statement associated with the object."
|
1039
|
+
comment: ["Definition: A rights statement associated with the object.", "Rationale: A repository may choose to link from a rights statement to an object or from an object to a rights statement or both."],
|
1038
1040
|
domain: term(
|
1039
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
1040
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#Agent"
|
1041
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
1042
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#Agent", "http://www.loc.gov/premis/rdf/v1#Object")
|
1041
1043
|
),
|
1042
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "RightsStatement class definition"
|
1043
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1044
|
-
range: "http://www.loc.gov/premis/rdf/v1#RightsStatement"
|
1045
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1044
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "RightsStatement class definition",
|
1045
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1046
|
+
range: "http://www.loc.gov/premis/rdf/v1#RightsStatement",
|
1047
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1046
1048
|
property :hasRightsStatementNote,
|
1047
|
-
comment: ["Definition: Additional information about the RightsStatement of an object."
|
1048
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RightsStatement"
|
1049
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1050
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1051
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1049
|
+
comment: ["Definition: Additional information about the RightsStatement of an object.", "Examples: Copyright expiration expected in 2010 unless renewed.\nLicense is embedded in XMP block in file header."],
|
1050
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RightsStatement",
|
1051
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1052
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1053
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1052
1054
|
property :hasSignature,
|
1053
1055
|
domain: term(
|
1054
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
1055
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#Bitstream"
|
1056
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
1057
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#Bitstream", "http://www.loc.gov/premis/rdf/v1#File")
|
1056
1058
|
),
|
1057
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Signature class definition"
|
1058
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1059
|
-
range: "http://www.loc.gov/premis/rdf/v1#Signature"
|
1060
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1059
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Signature class definition",
|
1060
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1061
|
+
range: "http://www.loc.gov/premis/rdf/v1#Signature",
|
1062
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1061
1063
|
property :hasSignatureEncoding,
|
1062
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/signatureEncoding"
|
1063
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Signature"
|
1064
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1064
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/signatureEncoding", "Definition: The encoding used for the values of signatureValue, keyInformation.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.", "Rationale: These values cannot be interpreted correctly if the encoding is unknown."],
|
1065
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Signature",
|
1066
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1065
1067
|
range: term(
|
1066
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/signatureEncoding"
|
1067
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
1068
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
1068
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/signatureEncoding",
|
1069
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
1070
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
1069
1071
|
),
|
1070
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
1072
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
1071
1073
|
property :hasSignatureMethod,
|
1072
|
-
comment: ["Data Constraint: Values are taken from a SKOS vocabulary"
|
1073
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Signature"
|
1074
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1075
|
-
range: "http://www.w3.org/2004/02/skos/core#Concept"
|
1076
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
1074
|
+
comment: ["Data Constraint: Values are taken from a SKOS vocabulary", "Definition: A designation for the encryption and hash algorithms used for signature generation.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.", "Rationale: The same algorithms must be used for signature validation."],
|
1075
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Signature",
|
1076
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1077
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept",
|
1078
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
1077
1079
|
property :hasSignatureProperties,
|
1078
|
-
comment: ["Definition: Additional information about the generation of the signature."
|
1079
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Signature"
|
1080
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1081
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1082
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1080
|
+
comment: ["Definition: Additional information about the generation of the signature.", "Usage Notes: This may include the date/time of signature generation, the serial number of the cryptographic hardware used, or other information related to the generation of the signature. Repositories will likely want to define a suitably granular structure to signatureProperties."],
|
1081
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Signature",
|
1082
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1083
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1084
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1083
1085
|
property :hasSignatureValidationRules,
|
1084
|
-
comment: ["Definition: The operations to be performed in order to validate the digital signature."
|
1085
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Signature"
|
1086
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1087
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1088
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1086
|
+
comment: ["Definition: The operations to be performed in order to validate the digital signature.", "Rationale: The repository should not assume that the procedure for validating any particular signature will be known many years in the future without documentation.", "Usage Notes: This may include the canonicalization method used before calculating the message digest, if the object was normalized before signing.\nThis value could also be a pointer to archive documentation."],
|
1087
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Signature",
|
1088
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1089
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1090
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
1089
1091
|
property :hasSignatureValue,
|
1090
|
-
comment: ["Definition: The digital signature; a value generated from the application of a private key to a message digest."
|
1091
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Signature"
|
1092
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1093
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1094
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1092
|
+
comment: ["Definition: The digital signature; a value generated from the application of a private key to a message digest.", "Example: juS5RhJ884qoFR8flVXd/rbrSDVGn40CapgB7qeQiT+rr0NekEQ6BHhUA8dT3+BCTBUQI0dBjlml9lwzENXvS83zRECjzXbMRTUtVZiPZG2pqKPnL2YU3A9645UCjTXU+jgFumv7k78hieAGDzNci+PQ9KRmm//icT7JaYztgt4="],
|
1093
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Signature",
|
1094
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1095
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1096
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
1095
1097
|
property :hasSigner,
|
1096
|
-
comment: ["Definition: The individual, institution, or authority responsible for generating the signature."
|
1097
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Signature"
|
1098
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1099
|
-
range: ["http://www.loc.gov/premis/rdf/v1#Agent"
|
1100
|
-
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
1098
|
+
comment: ["Definition: The individual, institution, or authority responsible for generating the signature.", "Rationale: The signer might also be carried in the keyInformation, but it can be accessed more conveniently if recorded here.", "Usage Notes: If the signer is an Agent known to the repository, this property can directly link to this agent. The consequence is punning: a datatype property and object property with the same name, i.e., :signer"],
|
1099
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Signature",
|
1100
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1101
|
+
range: ["http://www.loc.gov/premis/rdf/v1#Agent", "http://www.w3.org/2001/XMLSchema#string"],
|
1102
|
+
type: "http://www.w3.org/2002/07/owl#AnnotationProperty"
|
1101
1103
|
property :hasSignificantProperties,
|
1102
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Object"
|
1103
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition and SignificantProperties class definition"
|
1104
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1105
|
-
range: "http://www.loc.gov/premis/rdf/v1#SignificantProperties"
|
1106
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1104
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Object",
|
1105
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition and SignificantProperties class definition",
|
1106
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1107
|
+
range: "http://www.loc.gov/premis/rdf/v1#SignificantProperties",
|
1108
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1107
1109
|
property :hasSignificantPropertiesType,
|
1108
|
-
comment: ["Definition: The aspect, facet, or attribute of an object about which significant properties are being described."
|
1109
|
-
domain: "http://www.loc.gov/premis/rdf/v1#SignificantProperties"
|
1110
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1111
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1112
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1110
|
+
comment: ["Definition: The aspect, facet, or attribute of an object about which significant properties are being described.", "Examples: content, structure, behavior, page count, page width, typeface, hyperlinks (representation), image count (representation), color space [for an embedded image] (bitstream)", "Rationale: Repositories may choose to describe significant properties based on a particular aspect or attribute of an object.", "Usage Notes: This semantic unit is optional and may be used as part of a facet:detail pair with significantPropertiesValue."],
|
1111
|
+
domain: "http://www.loc.gov/premis/rdf/v1#SignificantProperties",
|
1112
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1113
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1114
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
1113
1115
|
property :hasSignificantPropertiesValue,
|
1114
|
-
comment: ["Definition: Description of the characteristics of a particular object subjectively determined to be important to maintain through preservation actions."
|
1115
|
-
domain: "http://www.loc.gov/premis/rdf/v1#SignificantProperties"
|
1116
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1117
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1118
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1116
|
+
comment: ["Definition: Description of the characteristics of a particular object subjectively determined to be important to maintain through preservation actions.", "Examples: [For a Web page containing animation that is not considered essential] Content only, [For detail associated with a significantPropertiesType of \"behavior\"] Hyperlinks traversable, [For a Word document with embedded links that are not considered essential] Content only, [For detail associated with significantPropertiesType of \"behavior\"] Editable, [For detail associated with a significantPropertiesType of \"page width\"] 210 mm, [For a PDF with an embedded graph, where the lines' color determines the lines' meaning] Color, [For detail associated with a significantPropertiesType of \"appearance\"] Color", "Rationale: Repositories may choose to describe significant properties based on a particular aspect or attribute of an object.", "Usage Notes: If facet:detail pairs are used, the content of significantPropertiesValue should describe the significant properties of object relevant to the aspect, facet, or attribute declared in the significantPropertiesType with which it is paired.\nIf facet:detail pairs are not used, significantPropertiesValue may be used to freely describe any characteristic of an object.\nsignificantPropertiesValue is not repeatable. Multiple significant properties should be described in separate, repeated significantProperties container units."],
|
1117
|
+
domain: "http://www.loc.gov/premis/rdf/v1#SignificantProperties",
|
1118
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1119
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1120
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
1119
1121
|
property :hasSize,
|
1120
|
-
comment: ["Creation / Maintenance Notes: Automatically obtained by the repository."
|
1121
|
-
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics"
|
1122
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1123
|
-
range: "http://www.w3.org/2001/XMLSchema#long"
|
1124
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1122
|
+
comment: ["Creation / Maintenance Notes: Automatically obtained by the repository.", "Definition: The size in bytes of the file or bitstream stored in the repository.", "Example: 2038937", "Rationale: Size is useful for ensuring the correct number of bytes from storage have been retrieved and that an application has enough room to move or process files. It might also be used when billing for storage.", "Usage Notes: Defining this semantic unit as size in bytes makes it unnecessary to record a unit of measurement. However, for the purpose of data exchange the unit of measurement should be stated or understood by both partners."],
|
1123
|
+
domain: "http://www.loc.gov/premis/rdf/v1#ObjectCharacteristics",
|
1124
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1125
|
+
range: "http://www.w3.org/2001/XMLSchema#long",
|
1126
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
1125
1127
|
property :hasSoftware,
|
1126
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Environment"
|
1127
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Environment class definition and Software class definition"
|
1128
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1129
|
-
range: "http://www.loc.gov/premis/rdf/v1#Software"
|
1130
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1128
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Environment",
|
1129
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Environment class definition and Software class definition",
|
1130
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1131
|
+
range: "http://www.loc.gov/premis/rdf/v1#Software",
|
1132
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1131
1133
|
property :hasSoftwareDependency,
|
1132
|
-
comment: ["Definition: The name and, if applicable, version of any software component needed by the software referenced in swName in the context of using this object."
|
1133
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Software"
|
1134
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1135
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1136
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1134
|
+
comment: ["Definition: The name and, if applicable, version of any software component needed by the software referenced in swName in the context of using this object.", "Example: GNU gcc >=2.7.2", "Usage Notes: The value should be constructed in a way that is consistent with the construction of swName and swVersion. This semantic unit identifies the software that is needed by what is recorded in swName, for example, a Perl script that depends on a Perl module. In this case the Perl script is listed in swName, with the module in swDependency within a software container."],
|
1135
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Software",
|
1136
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1137
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1138
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1137
1139
|
property :hasSoftwareName,
|
1138
|
-
comment: ["Definition: Manufacturer and title of the software application."
|
1139
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Software"
|
1140
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1141
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1142
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1140
|
+
comment: ["Definition: Manufacturer and title of the software application.", "Examples: Adobe Photoshop, Adobe Acrobat Reader", "Usage Notes: Include manufacturer when this helps to identify or disambiguate the product, for example, use “Adobe Photoshop” rather than “Photoshop.”"],
|
1141
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Software",
|
1142
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1143
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1144
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
1143
1145
|
property :hasSoftwareOtherInformation,
|
1144
|
-
comment: ["Definition: Additional requirements or instructions related to the software referenced in swName."
|
1145
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Software"
|
1146
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1147
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1148
|
-
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1146
|
+
comment: ["Definition: Additional requirements or instructions related to the software referenced in swName.", "Example: Install Acroread (Adobe Acrobat) first; copy nppdf.so (the plug-in) to your Mozilla plug-ins directory, and make sure a copy of (or symlink to) Acroread is in your PATH.", "Usage Notes: This could be a reliable persistent identifier or URI pointing to software documentation within or outside the repository."],
|
1147
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Software",
|
1148
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1149
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1150
|
+
type: "http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1149
1151
|
property :hasSoftwareType,
|
1150
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/softwareType"
|
1151
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Software"
|
1152
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1152
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/softwareType", "Definition: Class or category of software.", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.", "Rationale: Several different layers of software can be required to support an object."],
|
1153
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Software",
|
1154
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1153
1155
|
range: term(
|
1154
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/softwareType"
|
1155
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
1156
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
1156
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/softwareType",
|
1157
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
1158
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
1157
1159
|
),
|
1158
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
1160
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
1159
1161
|
property :hasSoftwareVersion,
|
1160
|
-
comment: ["Definition: The version or versions of the software referenced in swName."
|
1161
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Software"
|
1162
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1163
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1164
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1162
|
+
comment: ["Definition: The version or versions of the software referenced in swName.", "Examples: >=2.2.0, 6.0, 2003", "Usage Notes: If there is no formal version, the date of issuance can be used."],
|
1163
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Software",
|
1164
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1165
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1166
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
1165
1167
|
property :hasStartDate,
|
1166
|
-
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime"
|
1167
|
-
domain: "http://www.loc.gov/premis/rdf/v1#ApplicableDates"
|
1168
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1169
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
1170
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1168
|
+
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime", "Definition: The beginning date of the permission granted."],
|
1169
|
+
domain: "http://www.loc.gov/premis/rdf/v1#ApplicableDates",
|
1170
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1171
|
+
range: "http://www.w3.org/2001/XMLSchema#dateTime",
|
1172
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
1171
1173
|
property :hasStatuteCitation,
|
1172
|
-
comment: ["Definition: An identifying designation for the statute."
|
1173
|
-
domain: "http://www.loc.gov/premis/rdf/v1#StatuteInformation"
|
1174
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1175
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1176
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1174
|
+
comment: ["Definition: An identifying designation for the statute.", "Examples: Legal Deposit (Jersey) Law 200, National Library of New Zealand (Te Puna Mātauranga o Aotearoa) Act 2003 no 19 part 4 s 34", "Usage Notes: Use standard citation form when applicable."],
|
1175
|
+
domain: "http://www.loc.gov/premis/rdf/v1#StatuteInformation",
|
1176
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1177
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1178
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
1177
1179
|
property :hasStatuteInformationDeterminationDate,
|
1178
|
-
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime"
|
1179
|
-
domain: "http://www.loc.gov/premis/rdf/v1#StatuteInformation"
|
1180
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1181
|
-
range: "http://www.w3.org/2001/XMLSchema#dateTime"
|
1182
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1180
|
+
comment: ["Data Constraint: To aid machine processing, value should use a structured form: xsd:dateTime", "Definition: The date that the determination was made that the statute authorized the permission(s) noted.", "Example: 2001-10-26T19:32:52+00:00", "Rationale: The permission in question may be the subject of some interpretation. These assessments are made within a specific context and at a specific time. At another time the context, and therefore the assessment, could change. For this reason it can be important to record the date of the decision."],
|
1181
|
+
domain: "http://www.loc.gov/premis/rdf/v1#StatuteInformation",
|
1182
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1183
|
+
range: "http://www.w3.org/2001/XMLSchema#dateTime",
|
1184
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
1183
1185
|
property :hasStatuteJurisdiction,
|
1184
|
-
comment: ["Data Constraint: Values should be taken from a controlled vocabulary."
|
1185
|
-
domain: "http://www.loc.gov/premis/rdf/v1#StatuteInformation"
|
1186
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1187
|
-
range: "http://www.w3.org/2001/XMLSchema#string"
|
1188
|
-
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty"
|
1186
|
+
comment: ["Data Constraint: Values should be taken from a controlled vocabulary.", "Definition: The country or other political body enacting the statute.", "Examples: us, de, be", "Rationale: The connection between the object and the rights granted is based on jurisdiction."],
|
1187
|
+
domain: "http://www.loc.gov/premis/rdf/v1#StatuteInformation",
|
1188
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1189
|
+
range: "http://www.w3.org/2001/XMLSchema#string",
|
1190
|
+
type: ["http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty"]
|
1189
1191
|
property :hasStorage,
|
1190
1192
|
domain: term(
|
1191
|
-
type: "http://www.w3.org/2002/07/owl#Class"
|
1192
|
-
unionOf: list("http://www.loc.gov/premis/rdf/v1#Bitstream"
|
1193
|
+
type: "http://www.w3.org/2002/07/owl#Class",
|
1194
|
+
unionOf: list("http://www.loc.gov/premis/rdf/v1#Bitstream", "http://www.loc.gov/premis/rdf/v1#File")
|
1193
1195
|
),
|
1194
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition and Storage class definition"
|
1195
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1196
|
-
range: "http://www.loc.gov/premis/rdf/v1#Storage"
|
1197
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1196
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "Object class definition and Storage class definition",
|
1197
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1198
|
+
range: "http://www.loc.gov/premis/rdf/v1#Storage",
|
1199
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1198
1200
|
property :hasStorageMedium,
|
1199
|
-
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/storageMedium"
|
1200
|
-
domain: "http://www.loc.gov/premis/rdf/v1#Storage"
|
1201
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1201
|
+
comment: ["Data Constraint: Values are taken from the SKOS vocabulary: http://id.loc.gov/vocabulary/preservation/storageMedium", "Definition: The physical medium on which the object is stored (e.g., magnetic tape, hard disk, CD-ROM, DVD).", "Extensions: One can use its own SKOS vocabulary to use for this property. The precondition to do this, is to link your SKOS concepts to the SKOS concepts of the id.loc.gov vocabulary.", "Rationale: The repository needs to know the medium on which an object is stored in order to know how and when to do media refreshment and media migration."],
|
1202
|
+
domain: "http://www.loc.gov/premis/rdf/v1#Storage",
|
1203
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1202
1204
|
range: term(
|
1203
|
-
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/storageMedium"
|
1204
|
-
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme"
|
1205
|
-
type: "http://www.w3.org/2002/07/owl#Restriction"
|
1205
|
+
"http://www.w3.org/2002/07/owl#hasValue": "http://id.loc.gov/vocabulary/preservation/storageMedium",
|
1206
|
+
onProperty: "http://www.w3.org/2004/02/skos/core#inScheme",
|
1207
|
+
type: "http://www.w3.org/2002/07/owl#Restriction"
|
1206
1208
|
),
|
1207
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
1209
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
1208
1210
|
property :hasTermOfGrant,
|
1209
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RightsGranted"
|
1210
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "RightsGranted class definition and TermOfGrant class definition"
|
1211
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1212
|
-
range: "http://www.loc.gov/premis/rdf/v1#TermOfGrant"
|
1213
|
-
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty"
|
1211
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RightsGranted",
|
1212
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "RightsGranted class definition and TermOfGrant class definition",
|
1213
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1214
|
+
range: "http://www.loc.gov/premis/rdf/v1#TermOfGrant",
|
1215
|
+
type: ["http://www.w3.org/2002/07/owl#FunctionalProperty", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
1214
1216
|
property :hasTermOfRestriction,
|
1215
|
-
domain: "http://www.loc.gov/premis/rdf/v1#RightsGranted"
|
1216
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "RightsGranted and TermOfRestriction class definitions"
|
1217
|
-
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable"
|
1218
|
-
range: "http://www.loc.gov/premis/rdf/v1#TermOfRestriction"
|
1219
|
-
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1217
|
+
domain: "http://www.loc.gov/premis/rdf/v1#RightsGranted",
|
1218
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": "RightsGranted and TermOfRestriction class definitions",
|
1219
|
+
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": "stable",
|
1220
|
+
range: "http://www.loc.gov/premis/rdf/v1#TermOfRestriction",
|
1221
|
+
type: "http://www.w3.org/2002/07/owl#ObjectProperty"
|
1220
1222
|
end
|
1221
1223
|
end
|