-
Notifications
You must be signed in to change notification settings - Fork 3
/
sparnatural-config.ttl
95 lines (76 loc) · 5.87 KB
/
sparnatural-config.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
@prefix : <https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology> .
<https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology> rdf:type owl:Ontology ;
owl:imports <http://data.sparna.fr/ontologies/sparnatural-config-core> ,
<http://data.sparna.fr/ontologies/sparnatural-config-datasources> .
#################################################################
# Object Properties
#################################################################
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#aPourSubdivision
:aPourSubdivision rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain :Ministere ;
rdfs:range :Ministere ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#groupIsSourceOfGroupSubdivisionRelation>/<https://www.ica.org/standards/RiC/ontology#groupSubdivisionRelationHasTarget>" ;
rdfs:label "a pour subdivision"@fr ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Une explication en français sur <i>a pour subdivision</i>"@fr ;
.
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#dateCreation
:dateCreation rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#TimeProperty-Year> ;
rdfs:domain :Organization ;
rdfs:range :Date ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#beginningDate>" ;
rdfs:label "date création"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#estProvenanceDe
:estProvenanceDe rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#ListProperty> ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( :Ministere
:Organization
)
] ;
rdfs:range :RecordResource ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "^<https://www.ica.org/standards/RiC/ontology#hasProvenance>" ;
rdfs:label "a produit"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#provenance
:provenance rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://data.sparna.fr/ontologies/sparnatural-config-core#AutocompleteProperty> ;
rdfs:domain :RecordResource ;
rdfs:range :Organization ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#hasProvenance>" ;
<http://data.sparna.fr/ontologies/sparnatural-config-datasources#datasource> <http://data.sparna.fr/ontologies/sparnatural-config-datasources#search_rdfslabel_contains> ;
rdfs:label "a pour provenance"@fr .
#################################################################
# Classes
#################################################################
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Date
:Date rdf:type owl:Class ;
rdfs:subClassOf rdfs:Literal ;
rdfs:label "Date"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Ministere
:Ministere rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#faIcon> "fad fa-building" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#CorporateBody> ; <https://www.ica.org/standards/RiC/ontology#hasOrHadLegalStatus> <http://data.culture.fr/thesaurus/resource/ark:/67717/52976160-9459-49db-94cb-245844db9dff>" ;
rdfs:label "Ministère"@fr .
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#Organization
:Organization rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#faIcon> "fad fa-building" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#CorporateBody>" ;
rdfs:label "Organisme"@fr ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#tooltip> "Une explication en français sur <i>Organisme</i>"@fr ;
.
### https://sparna-git.github.io/sparnatural-demonstrateur-an/ontology#RecordResource
:RecordResource rdf:type owl:Class ;
rdfs:subClassOf <http://data.sparna.fr/ontologies/sparnatural-config-core#SparnaturalClass> ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#faIcon> "fad fa-archive" ;
<http://data.sparna.fr/ontologies/sparnatural-config-core#sparqlString> "<https://www.ica.org/standards/RiC/ontology#RecordResource>" ;
rdfs:label "Ressource Archivistique"@fr .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi