This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
forked from RealEstateCore/rec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
full.rdf
59 lines (54 loc) · 4.31 KB
/
full.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0"?>
<rdf:RDF xmlns="https://w3id.org/rec/full/"
xml:base="https://w3id.org/rec/full/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:core="https://w3id.org/rec/core/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:lease="https://w3id.org/rec/lease/"
xmlns:agents="https://w3id.org/rec/agents/"
xmlns:device="https://w3id.org/rec/device/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:building="https://w3id.org/rec/building/"
xmlns:cpannotationschema="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#">
<owl:Ontology rdf:about="https://w3id.org/rec/full/">
<owl:versionIRI rdf:resource="https://w3id.org/rec/full/3.1/"/>
<owl:imports rdf:resource="https://w3id.org/rec/agents/3.1/"/>
<owl:imports rdf:resource="https://w3id.org/rec/building/3.1/"/>
<owl:imports rdf:resource="https://w3id.org/rec/core/3.1/"/>
<owl:imports rdf:resource="https://w3id.org/rec/device/3.1/"/>
<owl:imports rdf:resource="https://w3id.org/rec/lease/3.1/"/>
<owl:imports rdf:resource="https://w3id.org/rec/metadata/3.1/"/>
<cc:license rdf:resource="https://opensource.org/licenses/MIT"/>
<dc:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Håkan Eriksson</dc:contributor>
<dc:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Joakim Eriksson</dc:contributor>
<dc:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Per Karlberg</dc:contributor>
<dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Erik Wallin</dc:creator>
<dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Karl Hammar</dc:creator>
<dc:description xml:lang="en">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.</dc:description>
<dc:publisher>RealEstateCore Consortium</dc:publisher>
<dc:title>RealEstateCore Full</dc:title>
<dcterms:modified>2019-04-04</dcterms:modified>
<vann:preferredNamespacePrefix>rec</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri>https://w3id.org/rec/full/3.1/</vann:preferredNamespaceUri>
<rdfs:comment xml:lang="en">Version 3.0 is a major and compatibility-breaking refactoring of REC:
* Properties have been defined as being (at-most) single-domain and single-range, supporting usability and visualization.
* Meronomy properties have been refactored to allow transitive traversal of the parthood hierarchy from RealEstate all the way down to individual devices using the isPartOf and hasPart superproperties.
** This has required refactoring of the relations Building <-> BuildingComponent and Device <-> DeviceComponent (the latter is removed).
* Class naming has been simplified (BuildingStructure -> Building, BuildingStructureComponent -> BuildingComponent, etc).
* A (minimal) representation of GeoSPARQL has been integrated, to allow for standardized geospatial representations and querying. REC home-made geospatial/location vocabulary is phased out as a consequence.
* Alignments against other ontologies or standards (BIP, Belok, IPSO, Haystack, fi2xml, IFC) have been broken out into separate alignment files
* Module boundaries have been clarified and three new modules (Lease, Metadata, Agents) have been added, in preparation of anticipated modelling work.
* All entities have been assigned rdfs:labels and the large majority rdfs:comments.
* The modules have been documented with metadata using DC, CC, VANN, cpannotationschema, etc.
* All IRI:s are now HTTPS</rdfs:comment>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">3.0</owl:versionInfo>
</owl:Ontology>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->