Skip to content

Commit

Permalink
Applying changes from commit 1d78e2109a97eb4d5494f7460d22d1524de8ac6d
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle CI Builder committed Jan 29, 2024
1 parent 97029c0 commit 626631c
Show file tree
Hide file tree
Showing 11 changed files with 549 additions and 521 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,14 @@
{
"@id": "ex:unit1",
"@type": "Unit",
"str:numberOfBedrooms": "1",
"str:occupancy": "2",
"str:numberOfBedrooms": {
"@type": "xsd:nonNegativeInteger",
"@value": "1"
},
"str:occupancy": {
"@type": "xsd:nonNegativeInteger",
"@value": "2"
},
"str:floorLevel": {
"@language": "fr",
"@value": "2eme étage"
Expand All @@ -87,11 +93,15 @@
"@value": "Maison partagée avec étage privé"
},
"dct:type" : {
"@id": "ex:logementPartage"
"@id": "ex:sharedHouse"
},
"str:hasUnitAddress" : {
"@id": "ex:address1"
}
},
{
"@id": "ex:sharedHouse",
"@type": "Concept",
}
]
}
24 changes: 13 additions & 11 deletions STR/releases/1.0.0/html/examples/example-natural_person_unit.ttl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix cv: <http://data.europa.eu/m8g/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ex: <http://example.com/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix person: <http://www.w3.org/ns/person#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix str: <https://w3id.org/str/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix cv: <http://data.europa.eu/m8g/> .
@prefix ex: <http://example.com/> .
@prefix person: <http://www.w3.org/ns/person#> .
@prefix str: <https://w3id.org/str/> .

ex:person1 foaf:familyName "Magritte"@fr ;
foaf:givenName "René François Ghislain"@fr ;
Expand All @@ -36,10 +36,12 @@ ex:document1 str:submissionDate "2024-01-28T09:00:00"^^xsd:dateTime ;
str:describes ex:unit1 ;
a foaf:Document .

ex:unit1 str:numberOfBedrooms "1" ;
str:occupancy "2" ;
ex:unit1 str:numberOfBedrooms "1"^^xsd:nonNegativeInteger ;
str:occupancy "2"^^xsd:nonNegativeInteger ;
str:floorLevel "2eme étage"@fr ;
str:purpose "Maison partagée avec étage privé"@fr ;
dcterms:type ex:logementPartage ;
dct:type ex:sharedHouse ;
str:hasUnitAddress ex:address1 ;
a str:Unit .
a str:Unit .

ex:sharedHouse a skos:Concept .
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@
"skos:prefLabel": {
"@language": "en",
"@value": "Jette municipality"
}
},
"locn:address": {
"@id": "ex:address2"
}
},
{
"@id": "ex:STRentalservice1",
Expand Down Expand Up @@ -98,6 +101,14 @@
"str:offers": {
"@id": "ex:STRentalservice1"
}
},
{
"@id": "ex:address2",
"@type": "Address",
},
{
"@id": "ex:micro",
"@type": "Concept",
}
]
}
29 changes: 17 additions & 12 deletions STR/releases/1.0.0/html/examples/example-registration_procedure.ttl
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix cv: <http://data.europa.eu/m8g/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ex: <http://example.com/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix person: <http://www.w3.org/ns/person#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix str: <https://w3id.org/str/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix cv: <http://data.europa.eu/m8g/> .
@prefix ex: <http://example.com/> .
@prefix person: <http://www.w3.org/ns/person#> .
@prefix str: <https://w3id.org/str/> .

ex:registrationNumber1 skos:notation "2025-01-28_12345" ;
cv:identifies ex:unit1 ;
dcterms:issued "2024-01-28T12:00:00"^^xsd:dateTime ;
dct:issued "2024-01-28T12:00:00"^^xsd:dateTime ;
adms:status ex:validStatus ;
a str:RegistrationNumber .

ex:registrationProcedure1 dcterms:identifier "2015-01-28-09-00-00-123" ;
dcterms:description "Provision of registration number for Rene Magritte for shared house"@en ;
dcterms:title "Registration number service 123"@en ;
ex:registrationProcedure1 dct:identifier "2015-01-28-09-00-00-123" ;
dct:description "Provision of registration number for Rene Magritte for shared house"@en ;
dct:title "Registration number service 123"@en ;
str:produces ex:registrationNumber1 ;
cv:hasCompetentAuthority ex:publicOrganisation1 ;
a str:RegistrationProcedure .

ex:publicOrganisation1 skos:prefLabel "Jette municipality"@en ;
locn:address ex:address2;
a cv:PublicOrganisation .

ex:STRentalservice1 str:providesAccessTo ex:onlineSTRentalPlatform1 ;
a str:STAccomondationRentalService .

ex:onlineSTRentalPlatform1 str:publishes ex:dataset1 ;
dcterms:type ex:micro ;
dct:type ex:micro ;
a str:OnlineSTRentalPlatform .

ex:dataset1 dcat:distribution ex:distribution1 ;
Expand All @@ -45,3 +46,7 @@ ex:distribution1 str:hasListing ex:unit1 ;

ex:person1 str:offers ex:STRentalservice1 ;
a person:Person .

ex:address2 a locn:Address .

ex:micro a skos:Concept .
Loading

0 comments on commit 626631c

Please sign in to comment.