Skip to content

Commit

Permalink
remove \n
Browse files Browse the repository at this point in the history
  • Loading branch information
caroott committed Jan 9, 2025
1 parent 2604e6d commit 851384f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions profile/scripts/createActionCreation.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ let optionalProfileProperties = [
"https://schema.org/Thing")
ProfileRow.create("mainEntityOfPage", Optional, ONE, [ (Schema.CreativeWork, OR)
(Schema.URL, END)],
"Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.\nInverse property: mainEntity",
"Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details. Inverse property: mainEntity",
"https://schema.org/Thing")
ProfileRow.create("potentialAction", Optional, MANY, [ (Schema.Action, END)],
"Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
Expand All @@ -108,7 +108,7 @@ let optionalProfileProperties = [
"https://schema.org/Thing")
ProfileRow.create("subjectOf", Optional, MANY, [ (Schema.CreativeWork, OR)
(Schema.Event, END)],
"A CreativeWork or Event about this Thing.\nInverse property: about",
"A CreativeWork or Event about this Thing. Inverse property: about",
"https://schema.org/Thing")
ProfileRow.create("url", Optional, ONE, [ (Schema.URL, END)],
"URL of the item.",
Expand Down
2 changes: 1 addition & 1 deletion profile/scripts/datasetCreation.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let optionalProfileProperties = [
(Schema.MeasurementMethodEnum, OR)
(Schema.Text, OR)
(Schema.URL, END)],
"A technique, method or technology used in an Observation, StatisticalVariable or Dataset (or DataDownload, DataCatalog), corresponding to the method used for measuring the corresponding variable(s) (for datasets, described using variableMeasured; for Observation, a StatisticalVariable). Often but not necessarily each variableMeasured will have an explicit representation as (or mapping to) an property such as those defined in Schema.org, or other RDF vocabularies and 'knowledge graphs'. In that case the subproperty of variableMeasured called measuredProperty is applicable.\n\nThe measurementTechnique property helps when extra clarification is needed about how a measuredProperty was measured. This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but can often serve as a high level summary for dataset discovery.\n\nFor example, if variableMeasured is: molecule concentration, measurementTechnique could be: 'mass spectrometry' or 'nmr spectroscopy' or 'colorimetry' or 'immunofluorescence'. If the variableMeasured is 'depression rating', the measurementTechnique could be 'Zung Scale' or 'HAM-D' or 'Beck Depression Inventory'.\n\nIf there are several variableMeasured properties recorded for some given data object, use a PropertyValue for each variableMeasured and attach the corresponding measurementTechnique. The value can also be from an enumeration, organized as a MeasurementMetholdEnumeration.",
"A technique, method or technology used in an Observation, StatisticalVariable or Dataset (or DataDownload, DataCatalog), corresponding to the method used for measuring the corresponding variable(s) (for datasets, described using variableMeasured; for Observation, a StatisticalVariable). Often but not necessarily each variableMeasured will have an explicit representation as (or mapping to) an property such as those defined in Schema.org, or other RDF vocabularies and 'knowledge graphs'. In that case the subproperty of variableMeasured called measuredProperty is applicable. The measurementTechnique property helps when extra clarification is needed about how a measuredProperty was measured. This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but can often serve as a high level summary for dataset discovery. For example, if variableMeasured is: molecule concentration, measurementTechnique could be: 'mass spectrometry' or 'nmr spectroscopy' or 'colorimetry' or 'immunofluorescence'. If the variableMeasured is 'depression rating', the measurementTechnique could be 'Zung Scale' or 'HAM-D' or 'Beck Depression Inventory'. If there are several variableMeasured properties recorded for some given data object, use a PropertyValue for each variableMeasured and attach the corresponding measurementTechnique. The value can also be from an enumeration, organized as a MeasurementMetholdEnumeration.",
"https://schema.org/Dataset")

ProfileRow.create("variableMeasured", Optional, MANY, [ (Schema.Property, OR)
Expand Down
6 changes: 3 additions & 3 deletions profile/scripts/propertyValueCreation.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let recommendedProfileProperties = [
(Schema.StructuredValue, OR)
(Schema.Text, END)
],
"The value of a QuantitativeValue (including Observation) or property value node.\n\nFor QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.\nFor PropertyValue, it can be 'Text', 'Number', 'Boolean', or 'StructuredValue'.\nUse values from 0123456789 [Add to Citavi project by ISBN] (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
"The value of a QuantitativeValue (including Observation) or property value node. For QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'. For PropertyValue, it can be 'Text', 'Number', 'Boolean', or 'StructuredValue'. Use values from 0123456789 [Add to Citavi project by ISBN] (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols. Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.",
"https://schema.org/PropertyValue")
ProfileRow.create("exampleOfWork", Recommended, ONE, [ (IRI, END)],
"Identifier of the FormalParameter instance realized by this entity.",
Expand All @@ -40,7 +40,7 @@ let optionalProfileProperties = [
(Schema.Text, OR)
(Schema.URL, END)
],
"A technique, method or technology used in an Observation, StatisticalVariable or Dataset (or DataDownload, DataCatalog), corresponding to the method used for measuring the corresponding variable(s) (for datasets, described using variableMeasured; for Observation, a StatisticalVariable).\n\nOften but not necessarily each variableMeasured will have an explicit representation as (or mapping to) a property such as those defined in Schema.org, or other RDF vocabularies and 'knowledge graphs'. In that case the subproperty of variableMeasured called measuredProperty is applicable.\n\nThe measurementTechnique property helps when extra clarification is needed about how a measuredProperty was measured. This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but can often serve as a high level summary for dataset discovery.\n\nFor example, if variableMeasured is: molecule concentration, measurementTechnique could be: 'mass spectrometry' or 'nmr spectroscopy' or 'colorimetry' or 'immunofluorescence'. If the variableMeasured is 'depression rating', the measurementTechnique could be 'Zung Scale' or 'HAM-D' or 'Beck Depression Inventory'.\n\nIf there are several variableMeasured properties recorded for some given data object, use a PropertyValue for each variableMeasured and attach the corresponding measurementTechnique. The value can also be from an enumeration, organized as a MeasurementMethodEnumeration.",
"A technique, method or technology used in an Observation, StatisticalVariable or Dataset (or DataDownload, DataCatalog), corresponding to the method used for measuring the corresponding variable(s) (for datasets, described using variableMeasured; for Observation, a StatisticalVariable). Often but not necessarily each variableMeasured will have an explicit representation as (or mapping to) a property such as those defined in Schema.org, or other RDF vocabularies and 'knowledge graphs'. In that case the subproperty of variableMeasured called measuredProperty is applicable. The measurementTechnique property helps when extra clarification is needed about how a measuredProperty was measured. This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but can often serve as a high level summary for dataset discovery. For example, if variableMeasured is: molecule concentration, measurementTechnique could be: 'mass spectrometry' or 'nmr spectroscopy' or 'colorimetry' or 'immunofluorescence'. If the variableMeasured is 'depression rating', the measurementTechnique could be 'Zung Scale' or 'HAM-D' or 'Beck Depression Inventory'. If there are several variableMeasured properties recorded for some given data object, use a PropertyValue for each variableMeasured and attach the corresponding measurementTechnique. The value can also be from an enumeration, organized as a MeasurementMethodEnumeration.",
"https://schema.org/PropertyValue")
ProfileRow.create("propertyID", Optional, ONE, [ (Schema.Text, OR)
(Schema.URL, END)
Expand Down Expand Up @@ -116,7 +116,7 @@ let optionalProfileProperties = [
ProfileRow.create("subjectOf", Optional, MANY, [ (Schema.CreativeWork, OR)
(Schema.Event, END)
],
"A CreativeWork or Event about this Thing.\nInverse property: about",
"A CreativeWork or Event about this Thing. Inverse property: about",
"https://schema.org/Thing")
]

Expand Down

0 comments on commit 851384f

Please sign in to comment.