Skip to content

Commit

Permalink
reorg rdfconfig, expand equipment and space
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Aug 2, 2024
1 parent f7bee75 commit 2eb59e0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions rdfconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@
},
"outDir": "public",
"roots": [
"http://www.w3.org/2000/01/rdf-schema#Class",
"https://brickschema.org/schema/Brick#Entity",
"http://qudt.org/schema/qudt/Aspect",
"http://qudt.org/schema/qudt/Concept",
"https://www.w3.org/2002/07/owl#Thing",
"http://www.w3.org/2004/02/skos/core#Concept",
"https://brickschema.org/schema/Brick#EntityProperty",
"https://w3id.org/rec#Agent",
Expand All @@ -32,7 +30,13 @@
"https://w3id.org/rec#Collection",
"https://w3id.org/rec#Event",
"https://w3id.org/rec#Information",
"https://w3id.org/rec#Space"
"https://w3id.org/rec#Space",
"http://www.w3.org/2000/01/rdf-schema#Class",
"https://www.w3.org/2002/07/owl#Thing"
],
"expand": [
"https://brickschema.org/schema/Brick#Equipment",
"https://w3id.org/rec#Space"
]
}
}

0 comments on commit 2eb59e0

Please sign in to comment.