Skip to content

Commit

Permalink
Applying changes from commit 2e5c6079b1cf99bd7bbf54f27d62a8698fee04b6
Browse files Browse the repository at this point in the history
  • Loading branch information
Circle CI Builder committed Jan 5, 2024
1 parent 4772d5e commit b792c1b
Show file tree
Hide file tree
Showing 36 changed files with 639 additions and 364 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"@context": {
"contactPage": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/contactPage"
"@id": "http://data.europa.eu/m8g/contactPage",
"@type": "@id"
},
"hasEmail": {
"@container": "@set",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"@context": {
"contactPage": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/contactPage"
"@id": "http://data.europa.eu/m8g/contactPage",
"@type": "@id"
},
"hasEmail": {
"@container": "@set",
Expand Down
Binary file modified Core-Business-Vocabulary/releases/2.2.0/html/overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Core-Business-Vocabulary/releases/2.2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,10 @@ <h3 id="ContactPoint">
</td>
<td>


<a href="#Document" data-placement="right">Document</a>


</td>
<td>
0..*
Expand Down
4 changes: 4 additions & 0 deletions Core-Business-Vocabulary/releases/2.2.0/index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,10 @@ <h3 id="ContactPoint">
</td>
<td>


<a href="#Document" data-placement="right">Document</a>


</td>
<td>
0..*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,36 @@
"vl:message": {
"en": "The expected value for has telephone is a Literal"
}
},
{
"@id": "https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0",
"rdfs:seeAlso": "https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPoint.contactpage",
"sh:class": "http://xmlns.com/foaf/0.1/Document",
"sh:description": {
"en": "A web page that could be used to reach out the Contact Point."
},
"sh:name": {
"en": "contact page"
},
"sh:path": "http://data.europa.eu/m8g/contactPage",
"vl:message": {
"en": "The range of contact page must be of type <http://xmlns.com/foaf/0.1/Document>."
}
},
{
"@id": "https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc",
"rdfs:seeAlso": "https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPoint.contactpage",
"sh:description": {
"en": "A web page that could be used to reach out the Contact Point."
},
"sh:name": {
"en": "contact page"
},
"sh:nodeKind": "sh:BlankNodeOrIRI",
"sh:path": "http://data.europa.eu/m8g/contactPage",
"vl:message": {
"en": "The expected value for contact page is a rdfs:Resource (URI or blank node)"
}
}
],
"sh:targetClass": "http://data.europa.eu/m8g/ContactPoint"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,9 @@
<https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape> a shacl:NodeShape;
shacl:closed false;
shacl:property <https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/0c404fa56c64463c15f65878d02efa16eec065b0>,
<https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/8547f9fea103d51b54d608cf10f98b003fde7378>;
<https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/8547f9fea103d51b54d608cf10f98b003fde7378>,
<https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0>,
<https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc>;
shacl:targetClass <http://data.europa.eu/m8g/ContactPoint> .

<https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/0c404fa56c64463c15f65878d02efa16eec065b0> rdfs:seeAlso "https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPoint.hasemail";
Expand All @@ -327,6 +329,20 @@
shacl:path <http://data.europa.eu/m8g/telephone>;
<https://purl.eu/ns/shacl#message> "The expected value for has telephone is a Literal"@en .

<https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0> rdfs:seeAlso "https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPoint.contactpage";
shacl:class foaf:Document;
shacl:description "A web page that could be used to reach out the Contact Point."@en;
shacl:name "contact page"@en;
shacl:path <http://data.europa.eu/m8g/contactPage>;
<https://purl.eu/ns/shacl#message> "The range of contact page must be of type <http://xmlns.com/foaf/0.1/Document>."@en .

<https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc> rdfs:seeAlso "https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPoint.contactpage";
shacl:description "A web page that could be used to reach out the Contact Point."@en;
shacl:name "contact page"@en;
shacl:nodeKind shacl:BlankNodeOrIRI;
shacl:path <http://data.europa.eu/m8g/contactPage>;
<https://purl.eu/ns/shacl#message> "The expected value for contact page is a rdfs:Resource (URI or blank node)"@en .

<https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#DateShape> a shacl:NodeShape;
shacl:closed false;
shacl:targetClass xsd:date .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,36 @@
"vl:message": {
"en": "The expected value for has telephone is a Literal"
}
},
{
"@id": "https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0",
"rdfs:seeAlso": "https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPoint.contactpage",
"sh:class": "http://xmlns.com/foaf/0.1/Document",
"sh:description": {
"en": "A web page that could be used to reach out the Contact Point."
},
"sh:name": {
"en": "contact page"
},
"sh:path": "http://data.europa.eu/m8g/contactPage",
"vl:message": {
"en": "The range of contact page must be of type <http://xmlns.com/foaf/0.1/Document>."
}
},
{
"@id": "https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc",
"rdfs:seeAlso": "https://semiceu.github.io//Core-Business-Vocabulary/releases/2.2.0#ContactPoint.contactpage",
"sh:description": {
"en": "A web page that could be used to reach out the Contact Point."
},
"sh:name": {
"en": "contact page"
},
"sh:nodeKind": "sh:BlankNodeOrIRI",
"sh:path": "http://data.europa.eu/m8g/contactPage",
"vl:message": {
"en": "The expected value for contact page is a rdfs:Resource (URI or blank node)"
}
}
],
"sh:targetClass": "http://data.europa.eu/m8g/ContactPoint"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</xs:complexType>
<xs:complexType name="ContactPointType">
<xs:sequence>
<xs:element name="ContactPage" maxOccurs="unbounded" minOccurs="0">
<xs:element name="ContactPage" type="DocumentType" maxOccurs="unbounded" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en" source="#definition">A web page that could be used to reach out the Contact Point.</xs:documentation>
</xs:annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</xs:complexType>
<xs:complexType name="ContactPointType">
<xs:sequence>
<xs:element name="ContactPage" maxOccurs="unbounded" minOccurs="0">
<xs:element name="ContactPage" type="DocumentType" maxOccurs="unbounded" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en" source="#definition">A web page that could be used to reach out the Contact Point.</xs:documentation>
</xs:annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"@context": {
"contactPage": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/contactPage"
"@id": "http://data.europa.eu/m8g/contactPage",
"@type": "@id"
},
"hasEmail": {
"@container": "@set",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"@context": {
"contactPage": {
"@container": "@set",
"@id": "http://data.europa.eu/m8g/contactPage"
"@id": "http://data.europa.eu/m8g/contactPage",
"@type": "@id"
},
"hasEmail": {
"@container": "@set",
Expand Down
Binary file modified Core-Person-Vocabulary/releases/2.1.1/html/overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Core-Person-Vocabulary/releases/2.1.1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2466,6 +2466,10 @@ <h3 id="ContactPoint">
</td>
<td>


<a href="#Document" data-placement="right">Document</a>


</td>
<td>
0..*
Expand Down
4 changes: 4 additions & 0 deletions Core-Person-Vocabulary/releases/2.1.1/index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -2466,6 +2466,10 @@ <h3 id="ContactPoint">
</td>
<td>


<a href="#Document" data-placement="right">Document</a>


</td>
<td>
0..*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,36 @@
"vl:message": {
"en": "The expected value for has telephone is a Literal"
}
},
{
"@id": "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0",
"rdfs:seeAlso": "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage",
"sh:class": "http://xmlns.com/foaf/0.1/Document",
"sh:description": {
"en": "A web page that could be used to reach out the Contact Point."
},
"sh:name": {
"en": "contact page"
},
"sh:path": "http://data.europa.eu/m8g/contactPage",
"vl:message": {
"en": "The range of contact page must be of type <http://xmlns.com/foaf/0.1/Document>."
}
},
{
"@id": "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc",
"rdfs:seeAlso": "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage",
"sh:description": {
"en": "A web page that could be used to reach out the Contact Point."
},
"sh:name": {
"en": "contact page"
},
"sh:nodeKind": "sh:BlankNodeOrIRI",
"sh:path": "http://data.europa.eu/m8g/contactPage",
"vl:message": {
"en": "The expected value for contact page is a rdfs:Resource (URI or blank node)"
}
}
],
"sh:targetClass": "http://data.europa.eu/m8g/ContactPoint"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,9 @@
<https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape> a shacl:NodeShape;
shacl:closed false;
shacl:property <https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/0c404fa56c64463c15f65878d02efa16eec065b0>,
<https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/8547f9fea103d51b54d608cf10f98b003fde7378>;
<https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/8547f9fea103d51b54d608cf10f98b003fde7378>,
<https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0>,
<https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc>;
shacl:targetClass <http://data.europa.eu/m8g/ContactPoint> .

<https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/0c404fa56c64463c15f65878d02efa16eec065b0> rdfs:seeAlso "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.hasemail";
Expand All @@ -290,6 +292,20 @@
shacl:path <http://data.europa.eu/m8g/telephone>;
<https://purl.eu/ns/shacl#message> "The expected value for has telephone is a Literal"@en .

<https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0> rdfs:seeAlso "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage";
shacl:class foaf:Document;
shacl:description "A web page that could be used to reach out the Contact Point."@en;
shacl:name "contact page"@en;
shacl:path <http://data.europa.eu/m8g/contactPage>;
<https://purl.eu/ns/shacl#message> "The range of contact page must be of type <http://xmlns.com/foaf/0.1/Document>."@en .

<https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc> rdfs:seeAlso "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage";
shacl:description "A web page that could be used to reach out the Contact Point."@en;
shacl:name "contact page"@en;
shacl:nodeKind shacl:BlankNodeOrIRI;
shacl:path <http://data.europa.eu/m8g/contactPage>;
<https://purl.eu/ns/shacl#message> "The expected value for contact page is a rdfs:Resource (URI or blank node)"@en .

<https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#DateShape> a shacl:NodeShape;
shacl:closed false;
shacl:targetClass xsd:date .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,36 @@
"vl:message": {
"en": "The expected value for has telephone is a Literal"
}
},
{
"@id": "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/95cf5318d1604f72f1c5d4d22a360ce268437bf0",
"rdfs:seeAlso": "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage",
"sh:class": "http://xmlns.com/foaf/0.1/Document",
"sh:description": {
"en": "A web page that could be used to reach out the Contact Point."
},
"sh:name": {
"en": "contact page"
},
"sh:path": "http://data.europa.eu/m8g/contactPage",
"vl:message": {
"en": "The range of contact page must be of type <http://xmlns.com/foaf/0.1/Document>."
}
},
{
"@id": "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPointShape/a736c4b01ea7557518c0c146f3e311947ce00ccc",
"rdfs:seeAlso": "https://semiceu.github.io//Core-Person-Vocabulary/releases/2.1.1/#ContactPoint.contactpage",
"sh:description": {
"en": "A web page that could be used to reach out the Contact Point."
},
"sh:name": {
"en": "contact page"
},
"sh:nodeKind": "sh:BlankNodeOrIRI",
"sh:path": "http://data.europa.eu/m8g/contactPage",
"vl:message": {
"en": "The expected value for contact page is a rdfs:Resource (URI or blank node)"
}
}
],
"sh:targetClass": "http://data.europa.eu/m8g/ContactPoint"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<xs:element name="Document" type="DocumentType"/>
<xs:complexType name="ContactPointType">
<xs:sequence>
<xs:element name="ContactPage" maxOccurs="unbounded" minOccurs="0">
<xs:element name="ContactPage" type="DocumentType" maxOccurs="unbounded" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en" source="#definition">A web page that could be used to reach out the Contact Point.</xs:documentation>
</xs:annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<xs:element name="Document" type="DocumentType"/>
<xs:complexType name="ContactPointType">
<xs:sequence>
<xs:element name="ContactPage" maxOccurs="unbounded" minOccurs="0">
<xs:element name="ContactPage" type="DocumentType" maxOccurs="unbounded" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en" source="#definition">A web page that could be used to reach out the Contact Point.</xs:documentation>
</xs:annotation>
Expand Down
Loading

0 comments on commit b792c1b

Please sign in to comment.