-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.rdf
36 lines (32 loc) · 1.85 KB
/
about.rdf
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
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xml:lang="en" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xml:base="http://www.cidoc-crm.org/cidoc-crm/" xmlns:vann="http://purl.org/vocab/vann/" xmlns:dcterms="http://purl.org/dc/terms/">
<rdf:Description rdf:about="http://www.cidoc-crm.org/cidoc-crm/">
<vann:preferredNamespacePrefix>crm</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri>http://www.cidoc-crm.org/cidoc-crm/</vann:preferredNamespaceUri>
<dcterms:title>CIDOC CRM AP</dcterms:title>
<dcterms:description>
CIDOC CRM Application profile based on CRM, SKOS, DCTERMS, BIBO, GeoSPARQL and Time Ontology.
</dcterms:description>
</rdf:Description>
<!-- Geographic data -->
<rdf:Property rdf:about="P171_at_some_place_within">
<rdfs:range rdf:resource="http://www.opengis.net/ont/geosparql#Geometry" />
</rdf:Property>
<rdf:Property rdf:about="P172_contains">
<rdfs:range rdf:resource="http://www.opengis.net/ont/geosparql#Geometry" />
</rdf:Property>
<!-- SKOS -->
<owl:Ontology rdf:about="http://www.w3.org/2004/02/skos">
<vann:preferredNamespacePrefix>skos</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri>http://www.w3.org/2008/05/skos</vann:preferredNamespaceUri>
</owl:Ontology>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#ConceptScheme">
<rdfs:subClassOf rdf:resource="E31_Document" />
</rdf:Property>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
<rdfs:subClassOf rdf:resource="E27_Conceptual_Object" />
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/2004/02/skos/core#inScheme">
<rdfs:subPropertyOf rdf:resource="P67_refers_to" />
</rdf:Property>
</rdf:RDF>