-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathdcam.owl
28 lines (28 loc) · 2.15 KB
/
dcam.owl
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
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcam="http://purl.org/dc/dcam/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xml:base="http://triplr.org/rdf/bloody-byte.net/rdf/dc_owl2dl/dcam.ttl">
<!--
<owl:Ontology rdf:about="http://purl.org/NET/dc_owl2dl/dcam">
-->
<owl:Ontology rdf:about="http://purl.org/wf4ever/dcam">
<owl:imports rdf:resource="http://www.w3.org/TR/skos-reference/skos-owl1-dl.rdf"/>
<rdfs:label xml:lang="en">DCMI Abstract Model</rdfs:label>
<rdfs:comment xml:lang="en">OWL 2 DL ontology for a few terms of the DCMI abstract model from the http://purl.org/dc/dcam/ namespace</rdfs:comment>
</owl:Ontology>
<owl:ObjectProperty rdf:about="http://purl.org/dc/dcam/memberOf">
<skos:definition xml:lang="en-US">A relationship between a resource and a vocabulary encoding scheme which indicates that the resource is a member of a set.</skos:definition>
<rdfs:label xml:lang="en-US">Member Of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/2007/06/04/abstract-model/"/>
<rdfs:range rdf:resource="http://purl.org/dc/dcam/VocabularyEncodingScheme"/>
</owl:ObjectProperty>
<owl:Class rdf:about="http://purl.org/dc/dcam/VocabularyEncodingScheme">
<skos:definition xml:lang="en-US">An enumerated set of resources.</skos:definition>
<rdfs:label xml:lang="en-US">Vocabulary Encoding Scheme</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://dublincore.org/documents/2007/06/04/abstract-model/"/>
</owl:Class>
</rdf:RDF>
<!--
Made by Triplr http://triplr.org by Dave Beckett, http://purl.org/net/dajobe/
from http://bloody-byte.net/rdf/dc_owl2dl/dcam.ttl in format turtle to rdfxml-abbrev
using Redland 1.0.7 and Raptor 1.4.18 from http://librdf.org/
This document is http://triplr.org/rdf/bloody-byte.net/rdf/dc_owl2dl/dcam.ttl
-->