-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgfo.owl
34 lines (33 loc) · 2 KB
/
gfo.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
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns="https://w3id.org/gfo" xml:base="https://w3id.org/gfo"
xmlns:gfo="https://w3id.org/gfo"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:doap="http://usefulinc.com/ns/doap#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="https://w3id.org/gfo">
<dc:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-11-18</dc:modified>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-11-18</owl:versionInfo>
<owl:versionIRI rdf:resource="https://w3id.org/gfo/release/2024-11-18" />
<owl:priorVersion rdf:resource="https://w3id.org/gfo/release/2024-07-05" />
<owl:imports rdf:resource="https://w3id.org/gfo/base" />
<dc:title xml:lang="en">General Formal Ontology (GFO)</dc:title>
<rdfs:label xml:lang="en">General Formal Ontology (GFO)</rdfs:label>
<dc:description xml:lang="en">The General Formal Ontology is a top-level ontology for conceptual
modeling. It includes elaborations of categories like objects, processes, time and space,
properties, relations, roles, functions, facts, and situations.</dc:description>
<dc:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2006-08-28</dc:created>
<vann:preferredNamespaceURI>https://w3id.org/gfo/</vann:preferredNamespaceURI>
<vann:preferredNamespacePrefix>gfo</vann:preferredNamespacePrefix>
<foaf:homepage>https://github.com/Onto-Med/GFO</foaf:homepage>
<doap:repository rdf:resource="https://github.com/Onto-Med/GFO" />
<bibo:doi>10.5281/zenodo.5205419</bibo:doi>
<terms:license rdf:resource="http://creativecommons.org/licenses/by/4.0/" />
</owl:Ontology>
</rdf:RDF>