@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/> . @prefix voaf: <http://purl.org/vocommons/voaf#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns1: <https://www.researchgate.net/profile/> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix cc: <http://creativecommons.org/ns#> . ns0:fog cc:license <https://creativecommons.org/licenses/by/4.0/> ; dct:creator ns1:Anna_Wagner13, ns1:Mathias_Bonduel, ns1:Pieter_Pauwels ; dct:description """The File Ontology for Geometry formats (FOG) describes meaningful relations towards geometry snippets in RDF literals, geometry files on relative or absolute URLs and ontology-based geometry descriptions. The defined properties in this ontology are related towards each other and additional metadata is provided, such as file extension and related specifications/sources (incl. entries in dbpedia and Wikidata). The initial version of the ontology (v0.0.1) was documented in: Bonduel, Mathias, Wagner, Anna, Pauwels, Pieter, Vergauwen, Maarten, & Klein, Ralf (2019). Including Widespread Geometry Formats in Semantic Graphs Using RDF Literals. In Proceedings of the European Conference on Computing in Construction (EC3 2019). Chania, Greece."""@en ; dct:issued "2018-12-03"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:modified "2019-05-27"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:title "FOG: File Ontology for Geometry formats"@en ; vann:example "https://madsholten.github.io/sparql-visualizer/?file=https://raw.githubusercontent.com/mathib/fog-ontology/master/examples/fog-demo.json"^^<http://www.w3.org/2001/XMLSchema#anyURI>, "https://raw.githubusercontent.com/mathib/fog-ontology/master/examples/sample_abox_dummy.ttl"^^<http://www.w3.org/2001/XMLSchema#anyURI>, "https://raw.githubusercontent.com/mathib/fog-ontology/master/examples/sample_abox_full.ttl"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; vann:preferredNamespacePrefix "fog" ; vann:preferredNamespaceUri "https://w3id.org/fog#" ; a voaf:Vocabulary, owl:NamedIndividual, owl:Ontology ; rdfs:comment """- Version 0.0.2: * updated definitions of certain properties * adjusted typos * added datatype properties for: Rhino, Revit, IFC, STEP APs, IGES * added object properties for: 3DMO, ifcOWL, geojson-ld * completed ontology metadata - Version 0.0.1: initial version"""@en ; owl:versionInfo "0.0.2" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <https://www.researchgate.net/profile/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cc: <http://creativecommons.org/ns#> .

ns0:fog
    cc:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:creator ns1:Anna_Wagner13, ns1:Mathias_Bonduel, ns1:Pieter_Pauwels ;
    dct:description """The File Ontology for Geometry formats (FOG) describes meaningful relations towards geometry snippets in RDF literals, geometry files on relative or absolute URLs and ontology-based geometry descriptions. The defined properties in this ontology are related towards each other and additional metadata is provided, such as file extension and related specifications/sources (incl. entries in dbpedia and Wikidata). 

The initial version of the ontology (v0.0.1) was documented in:

Bonduel, Mathias, Wagner, Anna, Pauwels, Pieter, Vergauwen, Maarten, & Klein, Ralf (2019). Including Widespread Geometry Formats in Semantic Graphs Using RDF Literals. In Proceedings of the European Conference on Computing in Construction (EC3 2019). Chania, Greece."""@en ;
    dct:issued "2018-12-03"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2019-05-27"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:title "FOG: File Ontology for Geometry formats"@en ;
    vann:example "https://madsholten.github.io/sparql-visualizer/?file=https://raw.githubusercontent.com/mathib/fog-ontology/master/examples/fog-demo.json"^^<http://www.w3.org/2001/XMLSchema#anyURI>, "https://raw.githubusercontent.com/mathib/fog-ontology/master/examples/sample_abox_dummy.ttl"^^<http://www.w3.org/2001/XMLSchema#anyURI>, "https://raw.githubusercontent.com/mathib/fog-ontology/master/examples/sample_abox_full.ttl"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    vann:preferredNamespacePrefix "fog" ;
    vann:preferredNamespaceUri "https://w3id.org/fog#" ;
    a voaf:Vocabulary, owl:NamedIndividual, owl:Ontology ;
    rdfs:comment """- Version 0.0.2: 
* updated definitions of certain properties
* adjusted typos
* added datatype properties for: Rhino, Revit, IFC, STEP APs, IGES
* added object properties for: 3DMO, ifcOWL, geojson-ld
* completed ontology metadata
- Version 0.0.1: initial version"""@en ;
    owl:versionInfo "0.0.2" .