-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrec_full.rdf
23 lines (19 loc) · 1.17 KB
/
rec_full.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<rdf:RDF xmlns="http://w3id.org/rec/rec_full/"
xml:base="http://w3id.org/rec/rec_full/"
xmlns:core="http://w3id.org/rec/core/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:building="http://w3id.org/rec/building/">
<owl:Ontology rdf:about="http://w3id.org/rec/rec_full/">
<owl:versionIRI rdf:resource="http://w3id.org/rec/rec_full/2.3/"/>
<owl:imports rdf:resource="http://w3id.org/rec/building/2.3/"/>
<owl:imports rdf:resource="http://w3id.org/rec/device/2.3/"/>
<rdfs:label>RealEstateCore Full</rdfs:label>
<rdfs:comment>This ontology imports all RealEstateCore (REC) modules and thus gives the fullest expressivity that REC allows. You can use this ontology as-is, or you can construct your own ontology by importing individual REC modules.</rdfs:comment>
</owl:Ontology>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->