You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Transforming your ontology into YARRRML mappings
2
2
This script generates a YARRRML template from the input ontology. The transformations made are:
3
3
4
4
| Ontology | Mapping
@@ -8,9 +8,24 @@ This script generates a YARRRML template from the input ontology. The transforma
8
8
| Object Property | Join PredicateObjectMap in the TriplesMap corresponding to the class defined in the domain of the property and where the parentTriplesMap is the TriplesMap corresponding to the class defined in the range of the property |
9
9
10
10
## How to execute it
11
-
In order to avoid problems, we recommend that the input ontology follows RDF/XML syntax
12
11
12
+
### Execution from CLI
13
+
The input ontology can be serialized in NTRIPLES, RDF/XML or Turtle
0 commit comments