-
The ePO ontology produces SHACL with references to rdf:plainliteral, that is either a `xsd:string` or `rdf:langString` like in this example
```turtle
core-shape:org-Organization-epo-hasLegalFormTy…
-
This query
```sparql
PREFIX afn:
PREFIX owl:
PREFIX rdfs:
select * {
?p1 rdfs:range ?r1.
?p1 rdfs:range ?r2.
filter(str(?r1) < str(?r2))
} order by ?p1
```
Finds 43 props with mult…
-
- Having SHACL shapes https://qudt.org/2.1/schema/shacl/qudt is admirable
- However, they duplicate info from https://qudt.org/2.1/schema/qudt
Which is problematic for several reasons:
- terms ge…
-
**Is your feature request related to a problem? Please describe.**
Please consider the property `http://schema.org/vehicleEngine`
```
@prefix schema: .
@prefix rdf: .
@prefix rdfs: .
sc…
-
The dataset /ERALEX now contains:
```js
eralex:dir-2014-38 rdf:type vp:Requirement ;
rdfs:comment "Amendment to Annex III to Directive 2008/57/EC, as far as noise pollution is concer…
-
```
Supporting constructs that are subsumed as RDFS-Plus would cover most
things people want to express in their leightweight ontology. (TopQuadrant
state in "semantic web for the working ontologist, …
-
Using the `rule-owl-cls-iso191502Enumeration` rule, Shapechange transforms enumerations into :
```sql
core:RelativeToWater a rdfs:Datatype ;
rdfs:label "RelativeToWater"@en ;
…
-
The query
```sparql
PREFIX ome_core:
select distinct ?tp where {
?ds a ome_core:Dataset .
?ds a ?tp .
}
limit 10
```
returns
| tp …
-
locn:geometry a rdf:Property ;
rdfs:comment "Associates any Location with the locn:Geometry class."^^rdf:XMLLiteral ;
rdfs:domain :Building , dcterms:Location , :Parce…
ghost updated
8 years ago
-