|
1 | 1 | <?xml version="1.0"?> |
2 | | -<rdf:RDF xmlns="http://purl.obolibrary.org/obo/cto/cto-base.owl#" |
3 | | - xml:base="http://purl.obolibrary.org/obo/cto/cto-base.owl" |
4 | | - xmlns:dce="http://purl.org/dc/elements/1.1/" |
| 2 | +<rdf:RDF xmlns="https://nfdi4culture.de/ontology/cto/cto/cto-base.owl#" |
| 3 | + xml:base="https://nfdi4culture.de/ontology/cto/cto/cto-base.owl" |
| 4 | + xmlns:dc="http://purl.org/dc/elements/1.1/" |
| 5 | + xmlns:mo="http://purl.org/ontology/mo/" |
| 6 | + xmlns:n4c="https://nfdi4culture.de/id/" |
5 | 7 | xmlns:owl="http://www.w3.org/2002/07/owl#" |
6 | 8 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
7 | 9 | xmlns:xml="http://www.w3.org/XML/1998/namespace" |
8 | 10 | xmlns:xsd="http://www.w3.org/2001/XMLSchema#" |
9 | 11 | xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" |
10 | | - xmlns:dcterms="http://purl.org/dc/terms/"> |
11 | | - <owl:Ontology rdf:about="http://purl.obolibrary.org/obo/cto/cto-base.owl"> |
12 | | - <owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/cto/releases/2025-03-12/cto-base.owl"/> |
13 | | - <dce:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/> |
14 | | - <dcterms:description>The CTO ontology models cultural heritage research data and builds upon the NFDIcore ontology. |
15 | | -</dcterms:description> |
| 12 | + xmlns:schema="http://schema.org/" |
| 13 | + xmlns:dcterms="http://purl.org/dc/terms/" |
| 14 | + xmlns:nfdicore="https://nfdi.fiz-karlsruhe.de/ontology/"> |
| 15 | + <owl:Ontology rdf:about="https://nfdi4culture.de/ontology/cto/cto/cto-base.owl"> |
| 16 | + <owl:versionIRI rdf:resource="https://nfdi4culture.de/ontology/cto/cto/releases/2025-03-14/cto-base.owl"/> |
| 17 | + <dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/> |
| 18 | + <dcterms:description>The CTO ontology models cultural heritage research data and builds upon the NFDIcore ontology.</dcterms:description> |
16 | 19 | <dcterms:license rdf:resource="https://creativecommons.org/publicdomain/zero/1.0/"/> |
17 | 20 | <dcterms:title>NFDI4Culture Ontology (CTO)</dcterms:title> |
18 | | - <owl:versionInfo>2025-03-12</owl:versionInfo> |
| 21 | + <owl:versionInfo>2025-03-14</owl:versionInfo> |
19 | 22 | </owl:Ontology> |
20 | 23 |
|
21 | 24 |
|
|
52 | 55 | <!-- http://purl.org/dc/terms/title --> |
53 | 56 |
|
54 | 57 | <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/> |
55 | | - |
56 | | - |
57 | | - |
58 | | - <!-- |
59 | | - /////////////////////////////////////////////////////////////////////////////////////// |
60 | | - // |
61 | | - // Classes |
62 | | - // |
63 | | - /////////////////////////////////////////////////////////////////////////////////////// |
64 | | - --> |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - <!-- http://purl.obolibrary.org/obo/CTO_0000000 --> |
70 | | - |
71 | | - <owl:Class rdf:about="http://purl.obolibrary.org/obo/CTO_0000000"> |
72 | | - <rdfs:label xml:lang="en">root node</rdfs:label> |
73 | | - </owl:Class> |
74 | 58 | </rdf:RDF> |
75 | 59 |
|
76 | 60 |
|
|
0 commit comments