Project

General

Profile

aggregatesTransitivity.xml

Rob Nahf, 2013-06-04 20:34

Download (1.03 KB)

 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4
         xmlns:owl="http://www.w3.org/2002/07/owl#"
5
         xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
6
         xmlns:dc="http://purl.org/dc/elements/1.1/"
7
         xmlns:dcterms="http://purl.org/dc/terms/"
8
         xmlns:dctype="http://purl.org/dc/dcmitype/"
9
         xmlns:rdfg="http://www.w3.org/2004/03/trix/rdfg-1/"
10
         xmlns:ore="http://www.openarchives.org/ore/terms/">
11

    
12
 <owl:TransitiveProperty rdf:ID="hasPart">
13
        <rdfs:domain rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"/>
14
        <rdfs:range rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"/>
15
 </owl:TransitiveProperty>
16
  <owl:TransitiveProperty rdf:ID="isPartOf">
17
        <rdfs:domain rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"/>
18
        <rdfs:range rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"/>
19
 </owl:TransitiveProperty>
20
</rdf:RDF>
Add picture from clipboard (Maximum size: 14.8 MB)