-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetadata.ttl
More file actions
14 lines (12 loc) · 1004 Bytes
/
metadata.ttl
File metadata and controls
14 lines (12 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@prefix obeu-metadata: <http://data.openbudgets.eu/ontology/metadata/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix qb: <http://purl.org/linked-data/cube#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
obeu-metadata:methodologyUsed a rdf:Property ;
rdfs:label "Methodology used"@en, "Mεθοδολογία που χρησιμοποιήθηκε"@el ;
rdfs:comment "A link to the document describing the methodology that was used for creating the data structure definition."@en,
"Σύνδεσμος με το έγγραφο που περιγράφει τη μεθοδολογία που χρησιμοποιήθηκε για τη δημιουργία του ορισμού της δομής των δεδομένων."@el ;
rdfs:domain qb:DataStructureDefinition ;
rdfs:range foaf:Document ;
rdfs:isDefinedBy <http://data.openbudgets.eu/ontology/metadata> .