Skip to content

Commit

Permalink
mappings update
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Jan 23, 2024
1 parent 23cfafe commit 4b63387
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sparqlunicorn_ontdoc/doc/docconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,10 @@ class DocConfig:

unitproperties={
"http://www.ontology-of-units-of-measure.org/resource/om-2/hasUnit":"ObjectProperty",
"https://www.w3.org/ns/activitystreams#units":"DatatypeProperty"
"https://www.w3.org/ns/activitystreams#units":"DatatypeProperty",
"http://rdfs.org/ns/void#property": "DatatypeProperty",
"http://rdfs.org/ns/void#class": "DatatypeProperty",
"http://rdfs.org/ns/void#objectsTarget": "DatatypeProperty",
}

labelproperties = {
Expand Down

0 comments on commit 4b63387

Please sign in to comment.