Skip to content

Commit

Permalink
Update Spanish_Example.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
AmnaKRDB authored Jul 14, 2023
1 parent 58c9249 commit d790981
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/Spain/Spanish_Example.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix schema: <https://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#>.
PREFIX ex: <http://example.com/exampleOntology#>

# Instantiate the POUM Document as a Document
Expand All @@ -25,20 +26,20 @@ ex:POUM_Doc a aec3po:Document ;

# Instantiate the first DocumentSubdivision that contains the rule to be checked
ex:POUM_DocSubdivision_Part2_CH1_S2 a aec3po:DocumentSubdivision ;
dct:identifier "POUM\Part_2\Chapter_1\Section_2" ;
dct:identifier "POUM/Part_2/Chapter_1/Section_2" ;
dct:title "Part2_CH1_S2" .

# Instantiate the second DocumentSubdivision that contains the rule to be checked
ex:POUM_DocSubdivision_Part2_CH2_S2 a aec3po:DocumentSubdivision ;
dct:identifier "POUM\Part_2\Chapter_2\Section_2" ;
dct:identifier "POUM/Part_2/Chapter_2/Section_2" ;
dct:title "Part2_CH2_S2" .

# Link the DocumentSubdivision to the Document using hasPart property
ex:POUM_Doc dct:hasPart ( ex:POUM_DocSubdivision_Part2_CH1_S2 ex:POUM_DocSubdivision_Part2_CH2_S2 ).

# Instantiate the first statement
ex:statement_54 a aec3po:Statement ;
dct:identifier "POUM\Part_2\Chapter_1\Section_2\Clause_54.8" ;
dct:identifier "POUM/Part_2/Chapter_1/Section_2/Clause_54.8" ;
dct:title "54.8" ;
aec3po:asText "The minimum free height of cantilevers over public spaces will be 3.20 metres for street with a width of 8.00 metres or less and 3.50 metres in all other cases." .

Expand All @@ -47,7 +48,7 @@ ex:POUM_DocSubdivision_Part2_CH1_S2 dct:hasPart ex:statement_54 .

# Instantiate the second statement
ex:statement_63 a aec3po:Statement ;
dct:identifier "POUM\Part_2\Chapter_1\Section_2\Clause_63.3" ;
dct:identifier "POUM/Part_2/Chapter_1/Section_2/Clause_63.3" ;
dct:title "63.3" ;
aec3po:asText "All cantilever must be separated by at least 1 meter from the line of the partywall." .

Expand Down

0 comments on commit d790981

Please sign in to comment.