Skip to content
Snippets Groups Projects

Merge request for new application profile: baureka-Metadatenschema

1 unresolved thread
+ 70
0
@base <https://purl.org/coscine/ap/baureka/baureka-online>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix sh: <http://www.w3.org/ns/shacl#>.
@prefix vocabterms: <https://purl.org/coscine/terms/>.
@prefix aps: <https://purl.org/coscine/ap/>.
<https://purl.org/coscine/ap/baureka/baureka-online> dcterms:created "2024-09-01"^^xsd:date;
dcterms:creator "Iuliia Amerkhanova";
dcterms:description "Das im DFG-Projekt baureka.online entwickelte Metadatenschema richtet sich an die Bedürfnisse der Community der Historischen Bauforschung und Denkmalpflege. Sie soll mit diesem Schema ihre Forschungsdaten und Strukturen bestmöglich beschreiben können und somit zur Verknüpfung und Nachnutzung nutzbar machen."@de;
dcterms:license <http://spdx.org/licenses/CC0-1.0>;
dcterms:subject <https://github.com/tibonto/dfgfo/410-01>;
dcterms:title "baureka.online"@de,
"baureka.online"@en;
a rdfs:Class,
sh:NodeShape;
sh:closed false;
sh:property [sh:maxCount 1 ;
sh:minCount 1 ;
sh:description "This refers to the domain or category to which a property belongs within the schema. In the baureka.online schema, 'Bereich' indicates whether a property is associated with 'Daten' (Data), 'Objekt' (Object), or 'Projekt' (Project). This categorization helps in organizing the properties based on whether they describe general data attributes, specific object details, or project-related information.";
sh:name "Area"@en ;
sh:name "Bereich"@de ;
sh:order 1 ;
sh:path <https://purl.org/coscine/terms/a7937b35-c7ad-4ef0-8496-85729c37fb81/> ;
sh:in ("P" "O" "D")],
[sh:minCount 1 ;
sh:description "The unique identifier assigned to each property or data element within the schema. This identifier is essential for referencing specific properties in the dataset and ensures that each property can be uniquely identified and accessed in the system.";
sh:name "ID"@de ;
sh:name "ID"@en ;
sh:order 2 ;
sh:path <https://purl.org/coscine/terms/7cc1ddd3-1377-413c-8fe3-ae4b9e5888df/> ;
sh:datatype xsd:ID],
[sh:minCount 1 ;
sh:description "Represents the specific property defined in the baureka.online schema. It indicates what aspect of the material, object, or project is being described, such as 'Material Type,' 'Location,' 'Period,' or 'Technique.' These properties are the core elements that define the attributes and characteristics of the items documented in the baureka database.";
sh:name "baureka-Property"@de ;
sh:name "baureka-Property"@en ;
sh:order 3 ;
sh:path <https://purl.org/coscine/terms/0f4ec531-f828-4e56-8f89-b3c85cd60991/> ;
sh:datatype xsd:string],
[sh:maxCount 1 ;
sh:minCount 1 ;
sh:description "Specifies whether a particular data field is required ('Mandatory') or optional ('Optional') when creating or editing a data record. If a field is marked as 'Mandatory,' it must be filled out for the entry to be valid; if marked as 'Optional,' the entry can be left blank.";
sh:name "Mandatory/Optional"@de ;
sh:name "Mandatory/Optional"@en ;
sh:order 4 ;
sh:path <https://purl.org/coscine/terms/bf7b1602-d4be-40be-8bf7-bf4369dfd813/> ;
sh:in ("M" "O")],
[sh:minCount 1 ;
sh:description "Indicates how often a specific property can appear in a dataset or record. Cardinality defines whether a field can have a single value (1:1), multiple values (1), or be optional (0:1 or 0). For example, an 'Object Name' might have a cardinality of 1:1 (only one name per object), while 'Related Projects' could have a cardinality of 0 (no limit on the number of related projects listed).";
sh:name "Occurrence/Kardinalität"@de ;
sh:name "Occurrence/Cardinality"@en ;
sh:order 5 ;
sh:path <https://purl.org/coscine/terms/f80f9667-1212-4678-9dd1-91ee5ebe0f7a/> ;
sh:datatype xsd:string],
[sh:minCount 1 ;
sh:description "Provides a detailed explanation of what the property represents. The definition is crucial for ensuring that users and contributors understand the purpose and intended use of each property within the schema, promoting consistent data entry and interpretation.";
sh:name "Definition"@de ;
sh:name "Definition"@en ;
sh:order 6 ;
sh:path <https://purl.org/coscine/terms/42782ba2-2500-4d38-939d-3e371dfff230/> ;
sh:datatype xsd:string],
[sh:name "Erlaubte Werte, Beispiele, Empfehlungen"@de ;
sh:name " Allowed values, examples, recommendations"@en ;
sh:order 7 ;
sh:description "This criterion provides a comprehensive guide to what values are acceptable for a particular property, along with examples and recommendations to ensure consistent data entry. It includes: Erlaubte Werte (Allowed Values): The set of permissible entries for a property, which could be a controlled vocabulary or standardized terms. For example, the allowed values for 'Material Type' might include 'Wood,' 'Brick,' 'Stone,' etc. Beispiele (Examples): Concrete examples to illustrate what a valid entry would look like for a specific property. For example, for the 'Material Type' property, an example could be 'Oak Wood' or 'Red Brick.' Empfehlungen (Recommendations): Suggestions or guidelines for entering data that helps users make appropriate selections or provide more accurate data. For instance, a recommendation might suggest using precise terminology (e.g., 'Granite' instead of just 'Stone') to improve data clarity and usefulness.";
sh:path <https://purl.org/coscine/terms/6c315e4f-bc13-47eb-908b-9e6c30b2bcbf/> ;
sh:datatype xsd:string].
Loading