-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed soa:Geo class representation (#80)
* Fixed soa:Geo class representation - updated properties for soa:Geo class - fixed mapping script for soa:Geo class * Restore dbprop city and country * review address * review address
- Loading branch information
Showing
4 changed files
with
27 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
<https://orcid.org/0009-0009-4338-0983>; | ||
dct:issued "2022-05-12"^^xsd:date; | ||
dct:license <http://creativecommons.org/publicdomain/zero/1.0/>; | ||
dct:modified "2023-10-24"^^xsd:date; | ||
dct:modified "2024-05-24"^^xsd:date; | ||
dct:publisher <http://dbpedia.org/resource/Karlsruhe_Institute_of_Technology>, <http://www.wikidata.org/entity/Q22132500>; | ||
dct:title "SemOpenAlex Ontology"@en; | ||
rdfs:comment "The Semantic OpenAlex Ontology, described using W3C RDF Schema and the Web Ontology Language OWL."@en; | ||
|
@@ -45,7 +45,7 @@ | |
rdfs:label "Linn Aung"; | ||
foaf:mbox <mailto:[email protected]> . | ||
|
||
<http://dbpedia.org/ontology/location> a owl:ObjectProperty; | ||
<https://dbpedia.org/ontology/location> a owl:ObjectProperty; | ||
rdfs:isDefinedBy <https://semopenalex.org/ontology/> . | ||
|
||
<http://prismstandard.org/namespaces/basic/2.0/doi> a owl:DatatypeProperty; | ||
|
@@ -191,7 +191,7 @@ soa:013f2f63f0b01681bb2b6bee1410bea9 a sh:PropertyShape; | |
|
||
soa:031c9716dcc41536893fe766a943dca2 a sh:PropertyShape; | ||
sh:datatype xsd:string; | ||
sh:path <http://www.geonames.org/ontology#countryCode> . | ||
sh:path <https://dbpedia.org/property/countryCode> . | ||
|
||
soa:0505f27824e6216f6cefdbd4e005817d a sh:PropertyShape . | ||
|
||
|
@@ -225,7 +225,7 @@ soa:0d30180e88607a9b9f3e7efdf6a5a920 a sh:PropertyShape; | |
|
||
soa:1332c0bb9ba85ee3d259b28b69384e8d a sh:PropertyShape; | ||
sh:datatype xsd:float; | ||
sh:path <http://www.geonames.org/ontology#lat> . | ||
sh:path <http://www.w3.org/2003/01/geo/wgs84_pos#lat> . | ||
|
||
soa:189d841b1771b070e525aa80a66987e5 a sh:PropertyShape; | ||
sh:class soa:Source; | ||
|
@@ -237,7 +237,7 @@ soa:1bb749c62c841583be769092b22db6b8 a sh:PropertyShape; | |
|
||
soa:1c15feb6789e3ab6b591b6963f5fabd8 a sh:PropertyShape; | ||
sh:datatype xsd:float; | ||
sh:path <http://www.geonames.org/ontology#long> . | ||
sh:path <http://www.w3.org/2003/01/geo/wgs84_pos#long> . | ||
|
||
soa:2183731b5316d244e42f7f4bb5d53178 a sh:PropertyShape . | ||
|
||
|
@@ -518,9 +518,8 @@ soa:Geo a owl:Class; | |
rdfs:label "Geo"@en . | ||
|
||
soa:GeoShape a sh:NodeShape; | ||
sh:property soa:031c9716dcc41536893fe766a943dca2, soa:1332c0bb9ba85ee3d259b28b69384e8d, | ||
soa:1c15feb6789e3ab6b591b6963f5fabd8, soa:2b3c29e0b34e9bc29556f5229eb14a97, soa:6ea4e05d3608eb027517e565a2f1103c, | ||
soa:e38f3b3c38e508f7aa6cceb7394b6c8b, soa:eb7e6709e5e9634bfcc6232b56028bce; | ||
sh:property soa:031c9716dcc41536893fe766a943dca2, soa:1332c0bb9ba85ee3d259b28b69384e8d, soa:2b3c29e0b34e9bc29556f5229eb14a97, | ||
soa:1c15feb6789e3ab6b591b6963f5fabd8, soa:eb7e6709e5e9634bfcc6232b56028bce, soa:6ea4e05d3608eb027517e565a2f1103c ; | ||
sh:targetClass soa:Geo . | ||
|
||
soa:HostVenueShape a sh:NodeShape; | ||
|
@@ -842,13 +841,9 @@ soa:ddcebb3ed512f8f49c20e7d8d168d087 a sh:PropertyShape; | |
sh:datatype xsd:string; | ||
sh:path soa:umlsAui . | ||
|
||
soa:e38f3b3c38e508f7aa6cceb7394b6c8b a sh:PropertyShape; | ||
sh:datatype xsd:string; | ||
sh:path <http://www.geonames.org/ontology#geonamesID> . | ||
|
||
soa:e6d6f1fbf0cd5a66ac9208072882dea6 a sh:PropertyShape; | ||
sh:class soa:Geo; | ||
sh:path <http://dbpedia.org/ontology/location> . | ||
sh:path <https://dbpedia.org/ontology/location> . | ||
|
||
soa:e87cdd7b584967125d063d517eed6e4e a sh:PropertyShape; | ||
sh:class soa:Author; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters